Color Hex Logo

#f92304 Color Hex

#F92304
(249,35,4)
0 Favorites   0 Comments

Color spaces of #f92304

RGB 249354
HSL0.020.970.50
HSV98°98°
CMYK 0.000.860.98   0.02
XYZ39.689921.35062.1440
Yxy21.35060.62820.3379
Hunter Lab46.206772.463329.5936
CIE-Lab53.331174.882765.5292

#f92304 color RGB value is (249,35,4).

#f92304 hex color red value is 249, green value is 35 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f92304 hue: 0.02 , saturation: 0.97 and the lightness value of f92304 is 0.50.

The process color (four color CMYK) of #f92304 color hex is 0.00, 0.86, 0.98, 0.02. Web safe color of #f92304 is #ff3300. Color #f92304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 00000100
Octal 371 43 4
Decimal 249 35 4
Hex F9 23 4

RGB Percentages of Color #f92304

%86.46
%12.15
%1.39

CMYK Percentages of Color #f92304

%0
%86
%98
%2

Triadic Colors of #f92304

#f92304 #04f923 #2304f9

Analogous Colors of #f92304

#f92304 #f99e04 #f90460

Monochromatic Colors of #f92304

#f92304

Complementary Color

#f92304 #04daf9

#f92304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92304 Color CSS Codes

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

#f92304 Text Font Color

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

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


#f92304 Background Color

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

This div background color is #f92304


#f92304 Border Color

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

This div border color is #f92304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92304


Comments

No comments written yet.

Please login to write comment.