Color Hex Logo

#f82504 Color Hex

#F82504
(248,37,4)
0 Favorites   0 Comments

Color spaces of #f82504

RGB 248374
HSL0.020.970.49
HSV98°97°
CMYK 0.000.850.98   0.03
XYZ39.394921.28842.1476
Yxy21.28840.62700.3388
Hunter Lab46.139471.663829.5378
CIE-Lab53.263774.245065.3828

#f82504 color RGB value is (248,37,4).

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

The process color (four color CMYK) of #f82504 color hex is 0.00, 0.85, 0.98, 0.03. Web safe color of #f82504 is #ff3300. Color #f82504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100101 00000100
Octal 370 45 4
Decimal 248 37 4
Hex F8 25 4

RGB Percentages of Color #f82504

%85.81
%12.80
%1.38

CMYK Percentages of Color #f82504

%0
%85
%98
%3

Triadic Colors of #f82504

#f82504 #04f825 #2504f8

Analogous Colors of #f82504

#f82504 #f89f04 #f8045d

Monochromatic Colors of #f82504

#f82504

Complementary Color

#f82504 #04d7f8

#f82504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82504 Color CSS Codes

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

#f82504 Text Font Color

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

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


#f82504 Background Color

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

This div background color is #f82504


#f82504 Border Color

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

This div border color is #f82504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82504


Comments

No comments written yet.

Please login to write comment.