Color Hex Logo

#f91209 Color Hex

#F91209
(249,18,9)
0 Favorites   0 Comments

Color spaces of #f91209

RGB 249189
HSL0.010.950.51
HSV96°98°
CMYK 0.000.930.96   0.02
XYZ39.332520.59212.1601
Yxy20.59210.63350.3317
Hunter Lab45.378575.305128.9427
CIE-Lab52.500277.339263.9617

#f91209 color RGB value is (249,18,9).

#f91209 hex color red value is 249, green value is 18 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #f91209 hue: 0.01 , saturation: 0.95 and the lightness value of f91209 is 0.51.

The process color (four color CMYK) of #f91209 color hex is 0.00, 0.93, 0.96, 0.02. Web safe color of #f91209 is #ff0000. Color #f91209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 00001001
Octal 371 22 11
Decimal 249 18 9
Hex F9 12 9

RGB Percentages of Color #f91209

%90.22
%6.52
%3.26

CMYK Percentages of Color #f91209

%0
%93
%96
%2

Triadic Colors of #f91209

#f91209 #09f912 #1209f9

Analogous Colors of #f91209

#f91209 #f98a09 #f90978

Monochromatic Colors of #f91209

#f91209

Complementary Color

#f91209 #09f0f9

#f91209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91209 Color CSS Codes

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

#f91209 Text Font Color

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

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


#f91209 Background Color

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

This div background color is #f91209


#f91209 Border Color

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

This div border color is #f91209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91209

Related Colors


Comments

No comments written yet.

Please login to write comment.