Color Hex Logo

#f92600 Color Hex

#F92600
(249,38,0)
0 Favorites   0 Comments

Color spaces of #f92600

RGB 249380
HSL0.031.000.49
HSV100°98°
CMYK 0.000.851.00   0.02
XYZ39.760021.52602.0593
Yxy21.52600.62770.3398
Hunter Lab46.396171.775629.8457
CIE-Lab53.520474.286566.5764

#f92600 color RGB value is (249,38,0).

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

The process color (four color CMYK) of #f92600 color hex is 0.00, 0.85, 1.00, 0.02. Web safe color of #f92600 is #ff3300. Color #f92600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100110 00000000
Octal 371 46 0
Decimal 249 38 0
Hex F9 26 0

RGB Percentages of Color #f92600

%86.76
%13.24
%0.00

CMYK Percentages of Color #f92600

%0
%85
%100
%2

Triadic Colors of #f92600

#f92600 #00f926 #2600f9

Analogous Colors of #f92600

#f92600 #f9a300 #f90056

Monochromatic Colors of #f92600

#f92600

Complementary Color

#f92600 #00d3f9

#f92600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92600 Color CSS Codes

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

#f92600 Text Font Color

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

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


#f92600 Background Color

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

This div background color is #f92600


#f92600 Border Color

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

This div border color is #f92600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92600


Comments

No comments written yet.

Please login to write comment.