#F57440

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

Shades of Burnt Orange #F57440

Tints of Burnt Orange #F57440

Color information

#F57440 (or 0xF57440) is unknown color: approx Burnt Orange. HEX triplet: F5, 74 and 40. RGB value is (245,116,64). Sum of RGB (Red+Green+Blue) = 245+116+64=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F57440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57440 is #0A8BBF. Grayscale: #949494. Windows color (decimal): -691136 or 4224245. OLE color: 4224245.

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

Color convert

RGB24511664-
CMYK00.530.740.04
HSL17.24º90.05%60.59%-
HSV(B)17.24º73.88%96.08%-
XYZ44.8332.278.72-
YUV148.6480.24196.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=57.65%
G=27.29%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451166400.530.740.0417.2490.0560.59
HexF574400354A4115a3d
Octal36516410006511242113275
Binary111101011110100100000001101011001010100100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57440; }

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

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

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

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

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

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

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

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