#F57632

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

Shades of Burnt Orange #F57632

Tints of Burnt Orange #F57632

Color information

#F57632 (or 0xF57632) is unknown color: approx Burnt Orange. HEX triplet: F5, 76 and 32. RGB value is (245,118,50). Sum of RGB (Red+Green+Blue) = 245+118+50=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F57632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57632 is #0A89CD. Grayscale: #949494. Windows color (decimal): -690638 or 3307253. OLE color: 3307253.

HSL color Cylindrical-coordinate representation of color #F57632: hue angle of 20.92º 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 #F57632 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24511850-
CMYK00.520.800.04
HSL20.92º90.7%57.84%-
HSV(B)20.92º79.59%96.08%-
XYZ44.7132.66.95-
YUV148.2272.58197.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=59.32%
G=28.57%
B=12.11%

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
Decimal2451185000.520.800.0420.9290.757.84
HexF57632034504155b3a
Octal3651666206412042513372
Binary11110101111011011001001101001010000100101011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57632; }

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

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

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

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

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

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

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

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