Color Hex Logo

#f52100 Color Hex

#F52100
(245,33,0)
0 Favorites   0 Comments

Color spaces of #f52100

RGB 245330
HSL0.021.000.48
HSV100°96°
CMYK 0.000.871.00   0.04
XYZ38.200020.50021.9436
Yxy20.50020.62990.3380
Hunter Lab45.277171.364129.1489
CIE-Lab52.398174.168165.6586

#f52100 color RGB value is (245,33,0).

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

The process color (four color CMYK) of #f52100 color hex is 0.00, 0.87, 1.00, 0.04. Web safe color of #f52100 is #ff3300. Color #f52100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100001 00000000
Octal 365 41 0
Decimal 245 33 0
Hex F5 21 0

RGB Percentages of Color #f52100

%88.13
%11.87
%0.00

CMYK Percentages of Color #f52100

%0
%87
%100
%4

Triadic Colors of #f52100

#f52100 #00f521 #2100f5

Analogous Colors of #f52100

#f52100 #f59c00 #f50059

Monochromatic Colors of #f52100

#f52100

Complementary Color

#f52100 #00d4f5

#f52100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52100 Color CSS Codes

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

#f52100 Text Font Color

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

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


#f52100 Background Color

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

This div background color is #f52100


#f52100 Border Color

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

This div border color is #f52100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52100

#f52100 Color Palettes


Comments

No comments written yet.

Please login to write comment.