Color Hex Logo

#f90017 Color Hex

#F90017
(249,0,23)
0 Favorites   0 Comments

Color spaces of #f90017

RGB 249023
HSL0.981.000.49
HSV354°100°98°
CMYK 0.001.000.91   0.02
XYZ39.221620.20162.6427
Yxy20.20160.63190.3255
Hunter Lab44.946277.109427.9763
CIE-Lab52.064478.867059.4461

#f90017 color RGB value is (249,0,23).

#f90017 hex color red value is 249, green value is 0 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #f90017 hue: 0.98 , saturation: 1.00 and the lightness value of f90017 is 0.49.

The process color (four color CMYK) of #f90017 color hex is 0.00, 1.00, 0.91, 0.02. Web safe color of #f90017 is #ff0000. Color #f90017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 00010111
Octal 371 0 27
Decimal 249 0 23
Hex F9 0 17

RGB Percentages of Color #f90017

%91.54
%0.00
%8.46

CMYK Percentages of Color #f90017

%0
%100
%91
%2

Triadic Colors of #f90017

#f90017 #17f900 #0017f9

Analogous Colors of #f90017

#f90017 #f96600 #f90094

Monochromatic Colors of #f90017

#f90017

Complementary Color

#f90017 #00f9e2

#f90017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90017 Color CSS Codes

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

#f90017 Text Font Color

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

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


#f90017 Background Color

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

This div background color is #f90017


#f90017 Border Color

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

This div border color is #f90017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90017


Comments

No comments written yet.

Please login to write comment.