#F57540

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

Shades of Burnt Orange #F57540

Tints of Burnt Orange #F57540

Color information

#F57540 (or 0xF57540) is unknown color: approx Burnt Orange. HEX triplet: F5, 75 and 40. RGB value is (245,117,64). Sum of RGB (Red+Green+Blue) = 245+117+64=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F57540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57540 is #0A8ABF. Grayscale: #959595. Windows color (decimal): -690880 or 4224501. OLE color: 4224501.

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

Color convert

RGB24511764-
CMYK00.520.740.04
HSL17.57º90.05%60.59%-
HSV(B)17.57º73.88%96.08%-
XYZ44.9432.518.76-
YUV149.2379.91196.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.51%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=57.51%
G=27.46%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451176400.520.740.0417.5790.0560.59
HexF575400344A4125a3d
Octal36516510006411242213275
Binary111101011110101100000001101001001010100100101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57540; }

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

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

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

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

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

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

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

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