#F57B2F

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

Shades of Burnt Orange #F57B2F

Tints of Burnt Orange #F57B2F

Color information

#F57B2F (or 0xF57B2F) is unknown color: approx Burnt Orange. HEX triplet: F5, 7B and 2F. RGB value is (245,123,47). Sum of RGB (Red+Green+Blue) = 245+123+47=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57B2F is #0A84D0. Grayscale: #979797. Windows color (decimal): -689361 or 3111925. OLE color: 3111925.

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

Color convert

RGB24512347-
CMYK00.500.810.04
HSL23.03º90.83%57.25%-
HSV(B)23.03º80.82%96.08%-
XYZ45.2533.786.83-
YUV150.8169.42195.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 47 (18.75% from 255) = 11.33%
R=59.04%
G=29.64%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451234700.500.810.0423.0390.8357.25
HexF57B2F032514175b39
Octal3651735706212142713371
Binary11110101111101110111101100101010001100101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B2F; }

 p { color: rgb(245,123,47); }

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

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

 a { background-color: rgb(245,123,47); }

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

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

 span { border-color: rgb(245,123,47); }

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