Color Hex Logo

#f9954a Color Hex

#F9954A
(249,149,74)
0 Favorites   0 Comments

Color spaces of #f9954a

RGB 24914974
HSL0.070.940.63
HSV26°70°98°
CMYK 0.000.400.70   0.02
XYZ51.050442.129011.9196
Yxy42.12900.48570.4009
Hunter Lab64.906926.806434.5467
CIE-Lab70.959831.607654.2559

#f9954a color RGB value is (249,149,74).

#f9954a hex color red value is 249, green value is 149 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f9954a hue: 0.07 , saturation: 0.94 and the lightness value of f9954a is 0.63.

The process color (four color CMYK) of #f9954a color hex is 0.00, 0.40, 0.70, 0.02. Web safe color of #f9954a is #ff9933. Color #f9954a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 01001010
Octal 371 225 112
Decimal 249 149 74
Hex F9 95 4A

RGB Percentages of Color #f9954a

%52.75
%31.57
%15.68

CMYK Percentages of Color #f9954a

%0
%40
%70
%2

Triadic Colors of #f9954a

#f9954a #4af995 #954af9

Analogous Colors of #f9954a

#f9954a #f9ed4a #f94a56

Monochromatic Colors of #f9954a

#f9954a

Complementary Color

#f9954a #4aaef9

#f9954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9954a Color CSS Codes

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

#f9954a Text Font Color

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

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


#f9954a Background Color

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

This div background color is #f9954a


#f9954a Border Color

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

This div border color is #f9954a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,149,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9954a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9954a;
  -webkit-box-shadow: 1px 1px 3px 2px #f9954a;
  box-shadow:         1px 1px 3px 2px #f9954a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,149,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9954a


Comments

No comments written yet.

Please login to write comment.