Color Hex Logo

#f28411 Color Hex

#F28411
(242,132,17)
0 Favorites   0 Comments

Color spaces of #f28411

RGB 24213217
HSL0.090.900.51
HSV31°93°95°
CMYK 0.000.450.93   0.05
XYZ44.970435.42024.9969
Yxy35.42020.52670.4148
Hunter Lab59.514930.726536.6824
CIE-Lab66.074535.842969.9028

#f28411 color RGB value is (242,132,17).

#f28411 hex color red value is 242, green value is 132 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f28411 hue: 0.09 , saturation: 0.90 and the lightness value of f28411 is 0.51.

The process color (four color CMYK) of #f28411 color hex is 0.00, 0.45, 0.93, 0.05. Web safe color of #f28411 is #ff9900. Color #f28411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000100 00010001
Octal 362 204 21
Decimal 242 132 17
Hex F2 84 11

RGB Percentages of Color #f28411

%61.89
%33.76
%4.35

CMYK Percentages of Color #f28411

%0
%45
%93
%5

Triadic Colors of #f28411

#f28411 #11f284 #8411f2

Analogous Colors of #f28411

#f28411 #f0f211 #f21411

Monochromatic Colors of #f28411

#f28411

Complementary Color

#f28411 #117ff2

#f28411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28411 Color CSS Codes

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

#f28411 Text Font Color

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

This sample text font color is #f28411
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.


#f28411 Background Color

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

This div background color is #f28411


#f28411 Border Color

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

This div border color is #f28411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28411


Comments

No comments written yet.

Please login to write comment.