color codes Logo

#f28f37 color codes

#F28F37
(242,143,55)
0 Favorites   0 Comments

Color spaces of #f28f37

RGB 24214355
HSL0.080.880.58
HSV28°77°95°
CMYK 0.000.410.77   0.05
XYZ47.130038.79808.6192
Yxy38.79800.49850.4104
Hunter Lab62.288026.057235.3973
CIE-Lab68.604731.076559.9954

#f28f37 color RGB value is (242,143,55).

#f28f37 hex color red value is 242, green value is 143 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #f28f37 hue: 0.08 , saturation: 0.88 and the lightness value of f28f37 is 0.58.

The process color (four color CMYK) of #f28f37 color code is 0.00, 0.41, 0.77, 0.05. Web safe color of #f28f37 is #ff9933. Color #f28f37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001111 00110111
Octal 362 217 67
Decimal 242 143 55
Hex F2 8F 37

RGB Percentages of Color #f28f37

%55.00
%32.50
%12.50

CMYK Percentages of Color #f28f37

%0
%41
%77
%5

Triadic Colors of #f28f37

#f28f37 #37f28f #8f37f2

Analogous Colors of #f28f37

#f28f37 #f2ed37 #f2373c

Monochromatic Colors of #f28f37

#f28f37

Complementary Color

#f28f37 #379af2

#f28f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28f37 Color CSS Codes

.mybgcolor {background-color:#f28f37; } 
.myforecolor {color:#f28f37; }
.mybordercolor {border:3px solid #f28f37; }

#f28f37 Text Font Color

<p style="color:#f28f37">Text here</p>

This sample text font color is #f28f37
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f28f37 Background Color

<div style="background-color:#f28f37">
Div content here</div>

This div background color is #f28f37


#f28f37 Border Color

<div style="border:3px solid #f28f37">
Div here</div>

This div border color is #f28f37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,143,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f28f37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f28f37;
  -webkit-box-shadow: 1px 1px 3px 2px #f28f37;
  box-shadow:         1px 1px 3px 2px #f28f37; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,143,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f28f37">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f28f37;
  -webkit-box-shadow: 1px 1px 3px 2px #f28f37;
  box-shadow:         1px 1px 3px 2px #f28f37;">
Div content here</div>

This div box has shadow with color #f28f37


Comments

No comments written yet.

Please login to write comment.