Shades of Burnt Orange #F06935
Tints of Burnt Orange #F06935
RGB
CMYK
RGB Variations
Color information
#F06935 (or 0xF06935) is known color: Burnt Orange. HEX triplet: F0, 69 and 35. RGB value is (240,105,53). Sum of RGB (Red+Green+Blue) = 240+105+53=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F06935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06935 is #0F96CA. Grayscale: #8B8B8B. Windows color (decimal): -1021643 or 3500528. OLE color: 3500528.
HSL color Cylindrical-coordinate representation of color #F06935: hue angle of 16.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F06935 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 53 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.06 |
| HSL | 16.68º | 0.86% | 0.57% | - |
| HSV(B) | 16.68º | 0.78% | 0.94% | - |
| XYZ | 41.63 | 28.89 | 6.75 | - |
| YUV | 139.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 53 | 0 | 0.56 | 0.78 | 0.06 | 16.68 | 0.86 | 0.57 |
| Hex | F0 | 69 | 35 | 0 | 38 | 4E | 6 | 11 | 56 | 39 |
| Octal | 360 | 151 | 65 | 0 | 70 | 116 | 6 | 21 | 126 | 71 |
| Binary | 11110000 | 1101001 | 110101 | 0 | 111000 | 1001110 | 110 | 10001 | 1010110 | 111001 |
Color Harmonies of #F06935
Complementary color
Monochromatic Colors of #F06935
Black with #F06935
Text Example
Text Example
White with #F06935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06935; }
p { color: rgb(240,105,53); }
H1.HeaderClassName
{
color: #F06935;
}
.AnyTagClassName
{
color: #F06935;
}
</style>
background-color css
<style>
a { background-color: #F06935; }
a { background-color: rgb(240,105,53); }
div.DivClassName
{
background-color: #F06935;
}
.BgClassName
{
background-color: #F06935;
}
</style>
border-color css
<style>
span { border-color: #F06935; }
span { border-color: rgb(240,105,53); }
td.TdClassName
{
border-color: #F06935;
}
.TagClassName
{
border-color: #F06935;
}
</style>