Color Hex Logo

#f58233 Color Hex

#F58233
(245,130,51)
0 Favorites   0 Comments

Color spaces of #f58233

RGB 24513051
HSL0.070.910.58
HSV24°79°96°
CMYK 0.000.470.79   0.04
XYZ46.236435.61687.5698
Yxy35.61680.51710.3983
Hunter Lab59.679833.851634.2555
CIE-Lab66.226138.811959.5313

#f58233 color RGB value is (245,130,51).

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

The process color (four color CMYK) of #f58233 color hex is 0.00, 0.47, 0.79, 0.04. Web safe color of #f58233 is #ff9933. Color #f58233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 00110011
Octal 365 202 63
Decimal 245 130 51
Hex F5 82 33

RGB Percentages of Color #f58233

%57.51
%30.52
%11.97

CMYK Percentages of Color #f58233

%0
%47
%79
%4

Triadic Colors of #f58233

#f58233 #33f582 #8233f5

Analogous Colors of #f58233

#f58233 #f5e333 #f53345

Monochromatic Colors of #f58233

#f58233

Complementary Color

#f58233 #33a6f5

#f58233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58233 Color CSS Codes

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

#f58233 Text Font Color

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

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


#f58233 Background Color

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

This div background color is #f58233


#f58233 Border Color

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

This div border color is #f58233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58233

#f58233 Color Palettes


Comments

No comments written yet.

Please login to write comment.