Shades of Burnt Orange #F06B28
Tints of Burnt Orange #F06B28
RGB
CMYK
RGB Variations
Color information
#F06B28 (or 0xF06B28) is known color: Burnt Orange. HEX triplet: F0, 6B and 28. RGB value is (240,107,40). Sum of RGB (Red+Green+Blue) = 240+107+40=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06B28 is #0F94D7. Grayscale: #8B8B8B. Windows color (decimal): -1021144 or 2649072. OLE color: 2649072.
HSL color Cylindrical-coordinate representation of color #F06B28: hue angle of 20.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F06B28 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 40 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.06 |
| HSL | 20.1º | 0.87% | 0.55% | - |
| HSV(B) | 20.1º | 0.83% | 0.94% | - |
| XYZ | 41.58 | 29.19 | 5.45 | - |
| YUV | 139.13 | 72.06 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 40 | 0 | 0.55 | 0.83 | 0.06 | 20.1 | 0.87 | 0.55 |
| Hex | F0 | 6B | 28 | 0 | 37 | 53 | 6 | 14 | 57 | 37 |
| Octal | 360 | 153 | 50 | 0 | 67 | 123 | 6 | 24 | 127 | 67 |
| Binary | 11110000 | 1101011 | 101000 | 0 | 110111 | 1010011 | 110 | 10100 | 1010111 | 110111 |
Color Harmonies of #F06B28
Complementary color
Monochromatic Colors of #F06B28
Black with #F06B28
Text Example
Text Example
White with #F06B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B28; }
p { color: rgb(240,107,40); }
H1.HeaderClassName
{
color: #F06B28;
}
.AnyTagClassName
{
color: #F06B28;
}
</style>
background-color css
<style>
a { background-color: #F06B28; }
a { background-color: rgb(240,107,40); }
div.DivClassName
{
background-color: #F06B28;
}
.BgClassName
{
background-color: #F06B28;
}
</style>
border-color css
<style>
span { border-color: #F06B28; }
span { border-color: rgb(240,107,40); }
td.TdClassName
{
border-color: #F06B28;
}
.TagClassName
{
border-color: #F06B28;
}
</style>