Shades of Burnt Orange #F5792A
Tints of Burnt Orange #F5792A
RGB
CMYK
RGB Variations
Color information
#F5792A (or 0xF5792A) is known color: Burnt Orange. HEX triplet: F5, 79 and 2A. RGB value is (245,121,42). Sum of RGB (Red+Green+Blue) = 245+121+42=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5792A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5792A is #0A86D5. Grayscale: #959595. Windows color (decimal): -689878 or 2783733. OLE color: 2783733.
HSL color Cylindrical-coordinate representation of color #F5792A: hue angle of 23.35º 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 #F5792A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 42 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.04 |
| HSL | 23.35º | 0.91% | 0.56% | - |
| HSV(B) | 23.35º | 0.83% | 0.96% | - |
| XYZ | 44.91 | 33.25 | 6.24 | - |
| YUV | 149.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 42 | 0 | 0.51 | 0.83 | 0.04 | 23.35 | 0.91 | 0.56 |
| Hex | F5 | 79 | 2A | 0 | 33 | 53 | 4 | 17 | 5B | 38 |
| Octal | 365 | 171 | 52 | 0 | 63 | 123 | 4 | 27 | 133 | 70 |
| Binary | 11110101 | 1111001 | 101010 | 0 | 110011 | 1010011 | 100 | 10111 | 1011011 | 111000 |
Color Harmonies of #F5792A
Complementary color
Monochromatic Colors of #F5792A
Black with #F5792A
Text Example
Text Example
White with #F5792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5792A; }
p { color: rgb(245,121,42); }
H1.HeaderClassName
{
color: #F5792A;
}
.AnyTagClassName
{
color: #F5792A;
}
</style>
background-color css
<style>
a { background-color: #F5792A; }
a { background-color: rgb(245,121,42); }
div.DivClassName
{
background-color: #F5792A;
}
.BgClassName
{
background-color: #F5792A;
}
</style>
border-color css
<style>
span { border-color: #F5792A; }
span { border-color: rgb(245,121,42); }
td.TdClassName
{
border-color: #F5792A;
}
.TagClassName
{
border-color: #F5792A;
}
</style>