color codes Logo

#f52a0f color codes

#F52A0F
(245,42,15)
0 Favorites   0 Comments

Color spaces of #f52a0f

RGB 2454215
HSL0.020.920.51
HSV94°96°
CMYK 0.000.830.94   0.04
XYZ38.570421.10292.4923
Yxy21.10290.62040.3395
Hunter Lab45.937969.481028.9398
CIE-Lab53.061972.495562.2860

#f52a0f color RGB value is (245,42,15).

#f52a0f hex color red value is 245, green value is 42 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f52a0f hue: 0.02 , saturation: 0.92 and the lightness value of f52a0f is 0.51.

The process color (four color CMYK) of #f52a0f color code is 0.00, 0.83, 0.94, 0.04. Web safe color of #f52a0f is #ff3300. Color #f52a0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101010 00001111
Octal 365 52 17
Decimal 245 42 15
Hex F5 2A F

RGB Percentages of Color #f52a0f

%81.13
%13.91
%4.97

CMYK Percentages of Color #f52a0f

%0
%83
%94
%4

Triadic Colors of #f52a0f

#f52a0f #0ff52a #2a0ff5

Analogous Colors of #f52a0f

#f52a0f #f59d0f #f50f67

Monochromatic Colors of #f52a0f

#f52a0f

Complementary Color

#f52a0f #0fdaf5

#f52a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52a0f Color CSS Codes

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

#f52a0f Text Font Color

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

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


#f52a0f Background Color

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

This div background color is #f52a0f


#f52a0f Border Color

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

This div border color is #f52a0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,42,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f52a0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f52a0f;
  -webkit-box-shadow: 1px 1px 3px 2px #f52a0f;
  box-shadow:         1px 1px 3px 2px #f52a0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52a0f


Comments

No comments written yet.

Please login to write comment.