Shades of Burnt Orange #F57B36
Tints of Burnt Orange #F57B36
RGB
CMYK
RGB Variations
Color information
#F57B36 (or 0xF57B36) is known color: Burnt Orange. HEX triplet: F5, 7B and 36. RGB value is (245,123,54). Sum of RGB (Red+Green+Blue) = 245+123+54=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57B36 is #0A84C9. Grayscale: #989898. Windows color (decimal): -689354 or 3570677. OLE color: 3570677.
HSL color Cylindrical-coordinate representation of color #F57B36: hue angle of 21.68º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F57B36 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 54 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.04 |
| HSL | 21.68º | 0.91% | 0.59% | - |
| HSV(B) | 21.68º | 0.78% | 0.96% | - |
| XYZ | 45.41 | 33.84 | 7.63 | - |
| YUV | 151.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 54 | 0 | 0.50 | 0.78 | 0.04 | 21.68 | 0.91 | 0.59 |
| Hex | F5 | 7B | 36 | 0 | 32 | 4E | 4 | 16 | 5B | 3B |
| Octal | 365 | 173 | 66 | 0 | 62 | 116 | 4 | 26 | 133 | 73 |
| Binary | 11110101 | 1111011 | 110110 | 0 | 110010 | 1001110 | 100 | 10110 | 1011011 | 111011 |
Color Harmonies of #F57B36
Complementary color
Monochromatic Colors of #F57B36
Black with #F57B36
Text Example
Text Example
White with #F57B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B36; }
p { color: rgb(245,123,54); }
H1.HeaderClassName
{
color: #F57B36;
}
.AnyTagClassName
{
color: #F57B36;
}
</style>
background-color css
<style>
a { background-color: #F57B36; }
a { background-color: rgb(245,123,54); }
div.DivClassName
{
background-color: #F57B36;
}
.BgClassName
{
background-color: #F57B36;
}
</style>
border-color css
<style>
span { border-color: #F57B36; }
span { border-color: rgb(245,123,54); }
td.TdClassName
{
border-color: #F57B36;
}
.TagClassName
{
border-color: #F57B36;
}
</style>