#F57535

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

Shades of Burnt Orange #F57535

Tints of Burnt Orange #F57535

Color information

#F57535 (or 0xF57535) is unknown color: approx Burnt Orange. HEX triplet: F5, 75 and 35. RGB value is (245,117,53). Sum of RGB (Red+Green+Blue) = 245+117+53=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F57535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57535 is #0A8ACA. Grayscale: #949494. Windows color (decimal): -690891 or 3503605. OLE color: 3503605.

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

Color convert

RGB24511753-
CMYK00.520.780.04
HSL20º90.57%58.43%-
HSV(B)20º78.37%96.08%-
XYZ44.6632.397.27-
YUV147.9874.41197.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=59.04%
G=28.19%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451175300.520.780.042090.5758.43
HexF575350344E4145b3a
Octal3651656506411642413372
Binary11110101111010111010101101001001110100101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57535; }

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

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

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

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

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

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

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

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