Shades of Burnt Orange #F56935
Tints of Burnt Orange #F56935
RGB
CMYK
RGB Variations
Color information
#F56935 (or 0xF56935) is known color: Burnt Orange. HEX triplet: F5, 69 and 35. RGB value is (245,105,53). Sum of RGB (Red+Green+Blue) = 245+105+53=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F56935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56935 is #0A96CA. Grayscale: #8D8D8D. Windows color (decimal): -693963 or 3500533. OLE color: 3500533.
HSL color Cylindrical-coordinate representation of color #F56935: hue angle of 16.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F56935 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 53 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.04 |
| HSL | 16.25º | 0.91% | 0.58% | - |
| HSV(B) | 16.25º | 0.78% | 0.96% | - |
| XYZ | 43.35 | 29.77 | 6.83 | - |
| YUV | 140.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 53 | 0 | 0.57 | 0.78 | 0.04 | 16.25 | 0.91 | 0.58 |
| Hex | F5 | 69 | 35 | 0 | 39 | 4E | 4 | 10 | 5B | 3A |
| Octal | 365 | 151 | 65 | 0 | 71 | 116 | 4 | 20 | 133 | 72 |
| Binary | 11110101 | 1101001 | 110101 | 0 | 111001 | 1001110 | 100 | 10000 | 1011011 | 111010 |
Color Harmonies of #F56935
Complementary color
Monochromatic Colors of #F56935
Black with #F56935
Text Example
Text Example
White with #F56935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56935; }
p { color: rgb(245,105,53); }
H1.HeaderClassName
{
color: #F56935;
}
.AnyTagClassName
{
color: #F56935;
}
</style>
background-color css
<style>
a { background-color: #F56935; }
a { background-color: rgb(245,105,53); }
div.DivClassName
{
background-color: #F56935;
}
.BgClassName
{
background-color: #F56935;
}
</style>
border-color css
<style>
span { border-color: #F56935; }
span { border-color: rgb(245,105,53); }
td.TdClassName
{
border-color: #F56935;
}
.TagClassName
{
border-color: #F56935;
}
</style>