Shades of Burnt Orange #F5722A
Tints of Burnt Orange #F5722A
RGB
CMYK
RGB Variations
Color information
#F5722A (or 0xF5722A) is known color: Burnt Orange. HEX triplet: F5, 72 and 2A. RGB value is (245,114,42). Sum of RGB (Red+Green+Blue) = 245+114+42=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5722A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5722A is #0A8DD5. Grayscale: #919191. Windows color (decimal): -691670 or 2781941. OLE color: 2781941.
HSL color Cylindrical-coordinate representation of color #F5722A: hue angle of 21.28º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5722A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 42 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.04 |
| HSL | 21.28º | 0.91% | 0.56% | - |
| HSV(B) | 21.28º | 0.83% | 0.96% | - |
| XYZ | 44.09 | 31.61 | 5.97 | - |
| YUV | 144.96 | 69.9 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 42 | 0 | 0.53 | 0.83 | 0.04 | 21.28 | 0.91 | 0.56 |
| Hex | F5 | 72 | 2A | 0 | 35 | 53 | 4 | 15 | 5B | 38 |
| Octal | 365 | 162 | 52 | 0 | 65 | 123 | 4 | 25 | 133 | 70 |
| Binary | 11110101 | 1110010 | 101010 | 0 | 110101 | 1010011 | 100 | 10101 | 1011011 | 111000 |
Color Harmonies of #F5722A
Complementary color
Monochromatic Colors of #F5722A
Black with #F5722A
Text Example
Text Example
White with #F5722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5722A; }
p { color: rgb(245,114,42); }
H1.HeaderClassName
{
color: #F5722A;
}
.AnyTagClassName
{
color: #F5722A;
}
</style>
background-color css
<style>
a { background-color: #F5722A; }
a { background-color: rgb(245,114,42); }
div.DivClassName
{
background-color: #F5722A;
}
.BgClassName
{
background-color: #F5722A;
}
</style>
border-color css
<style>
span { border-color: #F5722A; }
span { border-color: rgb(245,114,42); }
td.TdClassName
{
border-color: #F5722A;
}
.TagClassName
{
border-color: #F5722A;
}
</style>