Shades of Burnt Orange #F57A3C
Tints of Burnt Orange #F57A3C
RGB
CMYK
RGB Variations
Color information
#F57A3C (or 0xF57A3C) is known color: Burnt Orange. HEX triplet: F5, 7A and 3C. RGB value is (245,122,60). Sum of RGB (Red+Green+Blue) = 245+122+60=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57A3C is #0A85C3. Grayscale: #989898. Windows color (decimal): -689604 or 3963637. OLE color: 3963637.
HSL color Cylindrical-coordinate representation of color #F57A3C: hue angle of 20.11º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F57A3C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 60 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.04 |
| HSL | 20.11º | 0.9% | 0.6% | - |
| HSV(B) | 20.11º | 0.76% | 0.96% | - |
| XYZ | 45.43 | 33.66 | 8.38 | - |
| YUV | 151.71 | 76.25 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 60 | 0 | 0.50 | 0.76 | 0.04 | 20.11 | 0.9 | 0.6 |
| Hex | F5 | 7A | 3C | 0 | 32 | 4C | 4 | 14 | 5A | 3C |
| Octal | 365 | 172 | 74 | 0 | 62 | 114 | 4 | 24 | 132 | 74 |
| Binary | 11110101 | 1111010 | 111100 | 0 | 110010 | 1001100 | 100 | 10100 | 1011010 | 111100 |
Color Harmonies of #F57A3C
Complementary color
Monochromatic Colors of #F57A3C
Black with #F57A3C
Text Example
Text Example
White with #F57A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A3C; }
p { color: rgb(245,122,60); }
H1.HeaderClassName
{
color: #F57A3C;
}
.AnyTagClassName
{
color: #F57A3C;
}
</style>
background-color css
<style>
a { background-color: #F57A3C; }
a { background-color: rgb(245,122,60); }
div.DivClassName
{
background-color: #F57A3C;
}
.BgClassName
{
background-color: #F57A3C;
}
</style>
border-color css
<style>
span { border-color: #F57A3C; }
span { border-color: rgb(245,122,60); }
td.TdClassName
{
border-color: #F57A3C;
}
.TagClassName
{
border-color: #F57A3C;
}
</style>