Color Hex Logo

#f5231d Color Hex

#F5231D
(245,35,29)
0 Favorites   0 Comments

Color spaces of #f5231d

RGB 2453529
HSL0.000.920.54
HSV88°96°
CMYK 0.000.860.88   0.04
XYZ38.479020.70323.1305
Yxy20.70320.61750.3322
Hunter Lab45.500871.327227.7713
CIE-Lab52.623174.094357.0457

#f5231d color RGB value is (245,35,29).

#f5231d hex color red value is 245, green value is 35 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f5231d hue: 0.00 , saturation: 0.92 and the lightness value of f5231d is 0.54.

The process color (four color CMYK) of #f5231d color hex is 0.00, 0.86, 0.88, 0.04. Web safe color of #f5231d is #ff3333. Color #f5231d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 00011101
Octal 365 43 35
Decimal 245 35 29
Hex F5 23 1D

RGB Percentages of Color #f5231d

%79.29
%11.33
%9.39

CMYK Percentages of Color #f5231d

%0
%86
%88
%4

Triadic Colors of #f5231d

#f5231d #1df523 #231df5

Analogous Colors of #f5231d

#f5231d #f58f1d #f51d83

Monochromatic Colors of #f5231d

#f5231d

Complementary Color

#f5231d #1deff5

#f5231d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5231d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5231d Color CSS Codes

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

#f5231d Text Font Color

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

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


#f5231d Background Color

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

This div background color is #f5231d


#f5231d Border Color

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

This div border color is #f5231d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5231d


Comments

No comments written yet.

Please login to write comment.