Color Hex Logo

#f57234 Color Hex

#F57234
(245,114,52)
0 Favorites   0 Comments

Color spaces of #f57234

RGB 24511452
HSL0.050.910.58
HSV19°79°96°
CMYK 0.000.530.79   0.04
XYZ44.293331.69507.0321
Yxy31.69500.53350.3818
Hunter Lab56.298341.914732.0030
CIE-Lab63.090046.741956.1195

#f57234 color RGB value is (245,114,52).

#f57234 hex color red value is 245, green value is 114 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f57234 hue: 0.05 , saturation: 0.91 and the lightness value of f57234 is 0.58.

The process color (four color CMYK) of #f57234 color hex is 0.00, 0.53, 0.79, 0.04. Web safe color of #f57234 is #ff6633. Color #f57234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110010 00110100
Octal 365 162 64
Decimal 245 114 52
Hex F5 72 34

RGB Percentages of Color #f57234

%59.61
%27.74
%12.65

CMYK Percentages of Color #f57234

%0
%53
%79
%4

Triadic Colors of #f57234

#f57234 #34f572 #7234f5

Analogous Colors of #f57234

#f57234 #f5d334 #f53456

Monochromatic Colors of #f57234

#f57234

Complementary Color

#f57234 #34b7f5

#f57234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57234 Color CSS Codes

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

#f57234 Text Font Color

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

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


#f57234 Background Color

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

This div background color is #f57234


#f57234 Border Color

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

This div border color is #f57234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57234


Comments

No comments written yet.

Please login to write comment.