Color Hex Logo

#f92500 Color Hex

#F92500
(249,37,0)
0 Favorites   0 Comments

Color spaces of #f92500

RGB 249370
HSL0.021.000.49
HSV100°98°
CMYK 0.000.851.00   0.02
XYZ39.728521.46292.0488
Yxy21.46290.62820.3394
Hunter Lab46.328171.998029.8076
CIE-Lab53.452474.480866.5499

#f92500 color RGB value is (249,37,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100101 00000000
Octal 371 45 0
Decimal 249 37 0
Hex F9 25 0

RGB Percentages of Color #f92500

%87.06
%12.94
%0.00

CMYK Percentages of Color #f92500

%0
%85
%100
%2

Triadic Colors of #f92500

#f92500 #00f925 #2500f9

Analogous Colors of #f92500

#f92500 #f9a200 #f90057

Monochromatic Colors of #f92500

#f92500

Complementary Color

#f92500 #00d4f9

#f92500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92500 Color CSS Codes

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

#f92500 Text Font Color

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

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


#f92500 Background Color

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

This div background color is #f92500


#f92500 Border Color

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

This div border color is #f92500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92500

Related Colors


Comments

No comments written yet.

Please login to write comment.