Color Hex Logo

#f90814 Color Hex

#F90814
(249,8,20)
0 Favorites   0 Comments

Color spaces of #f90814

RGB 249820
HSL0.990.950.50
HSV357°97°98°
CMYK 0.000.970.92   0.02
XYZ39.280020.36392.5222
Yxy20.36390.63190.3276
Hunter Lab45.126476.403228.2746
CIE-Lab52.246278.268160.6534

#f90814 color RGB value is (249,8,20).

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

The process color (four color CMYK) of #f90814 color hex is 0.00, 0.97, 0.92, 0.02. Web safe color of #f90814 is #ff0000. Color #f90814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001000 00010100
Octal 371 10 24
Decimal 249 8 20
Hex F9 8 14

RGB Percentages of Color #f90814

%89.89
%2.89
%7.22

CMYK Percentages of Color #f90814

%0
%97
%92
%2

Triadic Colors of #f90814

#f90814 #14f908 #0814f9

Analogous Colors of #f90814

#f90814 #f97508 #f9088d

Monochromatic Colors of #f90814

#f90814

Complementary Color

#f90814 #08f9ed

#f90814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90814 Color CSS Codes

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

#f90814 Text Font Color

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

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


#f90814 Background Color

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

This div background color is #f90814


#f90814 Border Color

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

This div border color is #f90814


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,8,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 #f90814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90814

Related Colors


Comments

No comments written yet.

Please login to write comment.