Shades of Burnt Orange #F56F33
Tints of Burnt Orange #F56F33
RGB
CMYK
RGB Variations
Color information
#F56F33 (or 0xF56F33) is known color: Burnt Orange. HEX triplet: F5, 6F and 33. RGB value is (245,111,51). Sum of RGB (Red+Green+Blue) = 245+111+51=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F33 is #0A90CC. Grayscale: #909090. Windows color (decimal): -692429 or 3370997. OLE color: 3370997.
HSL color Cylindrical-coordinate representation of color #F56F33: hue angle of 18.56º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F56F33 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 51 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.04 |
| HSL | 18.56º | 0.91% | 0.58% | - |
| HSV(B) | 18.56º | 0.79% | 0.96% | - |
| XYZ | 43.94 | 31.02 | 6.8 | - |
| YUV | 144.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 51 | 0 | 0.55 | 0.79 | 0.04 | 18.56 | 0.91 | 0.58 |
| Hex | F5 | 6F | 33 | 0 | 37 | 4F | 4 | 13 | 5B | 3A |
| Octal | 365 | 157 | 63 | 0 | 67 | 117 | 4 | 23 | 133 | 72 |
| Binary | 11110101 | 1101111 | 110011 | 0 | 110111 | 1001111 | 100 | 10011 | 1011011 | 111010 |
Color Harmonies of #F56F33
Complementary color
Monochromatic Colors of #F56F33
Black with #F56F33
Text Example
Text Example
White with #F56F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F33; }
p { color: rgb(245,111,51); }
H1.HeaderClassName
{
color: #F56F33;
}
.AnyTagClassName
{
color: #F56F33;
}
</style>
background-color css
<style>
a { background-color: #F56F33; }
a { background-color: rgb(245,111,51); }
div.DivClassName
{
background-color: #F56F33;
}
.BgClassName
{
background-color: #F56F33;
}
</style>
border-color css
<style>
span { border-color: #F56F33; }
span { border-color: rgb(245,111,51); }
td.TdClassName
{
border-color: #F56F33;
}
.TagClassName
{
border-color: #F56F33;
}
</style>