Color Hex Logo

#f8902f Color Hex

#F8902F
(248,144,47)
0 Favorites   1 Comments

Color spaces of #f8902f

RGB 24814447
HSL0.080.930.58
HSV29°81°97°
CMYK 0.000.420.81   0.03
XYZ49.197740.10827.8380
Yxy40.10820.50640.4129
Hunter Lab63.331027.835636.9939
CIE-Lab69.546532.721864.2962

#f8902f color RGB value is (248,144,47).

#f8902f hex color red value is 248, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f8902f hue: 0.08 , saturation: 0.93 and the lightness value of f8902f is 0.58.

The process color (four color CMYK) of #f8902f color hex is 0.00, 0.42, 0.81, 0.03. Web safe color of #f8902f is #ff9933. Color #f8902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010000 00101111
Octal 370 220 57
Decimal 248 144 47
Hex F8 90 2F

RGB Percentages of Color #f8902f

%56.49
%32.80
%10.71

CMYK Percentages of Color #f8902f

%0
%42
%81
%3

Triadic Colors of #f8902f

#f8902f #2ff890 #902ff8

Analogous Colors of #f8902f

#f8902f #f8f52f #f82f32

Monochromatic Colors of #f8902f

#f8902f

Complementary Color

#f8902f #2f97f8

#f8902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8902f Color CSS Codes

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

#f8902f Text Font Color

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

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


#f8902f Background Color

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

This div background color is #f8902f


#f8902f Border Color

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

This div border color is #f8902f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,144,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8902f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8902f;
  -webkit-box-shadow: 1px 1px 3px 2px #f8902f;
  box-shadow:         1px 1px 3px 2px #f8902f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,144,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8902f

Related Colors


Comments

21 Jun 2013, 16:53 (guest)

ORANGE!!!

Please login to write comment.