Color Hex Logo

#f99414 Color Hex

#F99414
(249,148,20)
0 Favorites   0 Comments

Color spaces of #f99414

RGB 24914820
HSL0.090.950.53
HSV34°92°98°
CMYK 0.000.410.92   0.02
XYZ49.783141.37016.0232
Yxy41.37010.51230.4257
Hunter Lab64.319625.599039.4715
CIE-Lab70.434430.480572.8195

#f99414 color RGB value is (249,148,20).

#f99414 hex color red value is 249, green value is 148 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f99414 hue: 0.09 , saturation: 0.95 and the lightness value of f99414 is 0.53.

The process color (four color CMYK) of #f99414 color hex is 0.00, 0.41, 0.92, 0.02. Web safe color of #f99414 is #ff9900. Color #f99414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 00010100
Octal 371 224 24
Decimal 249 148 20
Hex F9 94 14

RGB Percentages of Color #f99414

%59.71
%35.49
%4.80

CMYK Percentages of Color #f99414

%0
%41
%92
%2

Triadic Colors of #f99414

#f99414 #14f994 #9414f9

Analogous Colors of #f99414

#f99414 #ecf914 #f92214

Monochromatic Colors of #f99414

#f99414

Complementary Color

#f99414 #1479f9

#f99414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99414 Color CSS Codes

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

#f99414 Text Font Color

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

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


#f99414 Background Color

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

This div background color is #f99414


#f99414 Border Color

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

This div border color is #f99414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99414


Comments

No comments written yet.

Please login to write comment.