#F57532

Color #F57532 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F57532

Tints of Burnt Orange #F57532

Color information

#F57532 (or 0xF57532) is unknown color: approx Burnt Orange. HEX triplet: F5, 75 and 32. RGB value is (245,117,50). Sum of RGB (Red+Green+Blue) = 245+117+50=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F57532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57532 is #0A8ACD. Grayscale: #949494. Windows color (decimal): -690894 or 3306997. OLE color: 3306997.

HSL color Cylindrical-coordinate representation of color #F57532: hue angle of 20.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F57532 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24511750-
CMYK00.520.800.04
HSL20.62º90.7%57.84%-
HSV(B)20.62º79.59%96.08%-
XYZ44.5932.376.91-
YUV147.6372.91197.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 59.47%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 50 (19.92% from 255) = 12.14%
R=59.47%
G=28.40%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451175000.520.800.0420.6290.757.84
HexF57532034504155b3a
Octal3651656206412042513372
Binary11110101111010111001001101001010000100101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57532; }

 p { color: rgb(245,117,50); }

 H1.HeaderClassName
 {
   color: #F57532;
 }
 .AnyTagClassName
 {
   color: #F57532;
 }
</style>
background-color css

<style>
 a { background-color: #F57532; }

 a { background-color: rgb(245,117,50); }

 div.DivClassName
 {
   background-color: #F57532;
 }
 .BgClassName
 {
   background-color: #F57532;
 }
</style>
border-color css

<style>
 span { border-color: #F57532; }

 span { border-color: rgb(245,117,50); }

 td.TdClassName
 {
   border-color: #F57532;
 }
 .TagClassName
 {
   border-color: #F57532;
 }
</style>