Color Hex Logo

#f90f06 Color Hex

#F90F06
(249,15,6)
0 Favorites   0 Comments

Color spaces of #f90f06

RGB 249156
HSL0.010.950.50
HSV98°98°
CMYK 0.000.940.98   0.02
XYZ39.270620.49452.0583
Yxy20.49450.63520.3315
Hunter Lab45.270975.617428.9939
CIE-Lab52.391877.610864.6390

#f90f06 color RGB value is (249,15,6).

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

The process color (four color CMYK) of #f90f06 color hex is 0.00, 0.94, 0.98, 0.02. Web safe color of #f90f06 is #ff0000. Color #f90f06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001111 00000110
Octal 371 17 6
Decimal 249 15 6
Hex F9 F 6

RGB Percentages of Color #f90f06

%92.22
%5.56
%2.22

CMYK Percentages of Color #f90f06

%0
%94
%98
%2

Triadic Colors of #f90f06

#f90f06 #06f90f #0f06f9

Analogous Colors of #f90f06

#f90f06 #f98906 #f90677

Monochromatic Colors of #f90f06

#f90f06

Complementary Color

#f90f06 #06f0f9

#f90f06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90f06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90f06 Color CSS Codes

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

#f90f06 Text Font Color

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

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


#f90f06 Background Color

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

This div background color is #f90f06


#f90f06 Border Color

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

This div border color is #f90f06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90f06


Comments

No comments written yet.

Please login to write comment.