Shades of Burnt Orange #F5772F
Tints of Burnt Orange #F5772F
RGB
CMYK
RGB Variations
Color information
#F5772F (or 0xF5772F) is known color: Burnt Orange. HEX triplet: F5, 77 and 2F. RGB value is (245,119,47). Sum of RGB (Red+Green+Blue) = 245+119+47=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5772F is #0A88D0. Grayscale: #949494. Windows color (decimal): -690385 or 3110901. OLE color: 3110901.
HSL color Cylindrical-coordinate representation of color #F5772F: hue angle of 21.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5772F is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 47 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.04 |
| HSL | 21.82º | 0.91% | 0.57% | - |
| HSV(B) | 21.82º | 0.81% | 0.96% | - |
| XYZ | 44.77 | 32.81 | 6.66 | - |
| YUV | 148.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 47 | 0 | 0.51 | 0.81 | 0.04 | 21.82 | 0.91 | 0.57 |
| Hex | F5 | 77 | 2F | 0 | 33 | 51 | 4 | 16 | 5B | 39 |
| Octal | 365 | 167 | 57 | 0 | 63 | 121 | 4 | 26 | 133 | 71 |
| Binary | 11110101 | 1110111 | 101111 | 0 | 110011 | 1010001 | 100 | 10110 | 1011011 | 111001 |
Color Harmonies of #F5772F
Complementary color
Monochromatic Colors of #F5772F
Black with #F5772F
Text Example
Text Example
White with #F5772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5772F; }
p { color: rgb(245,119,47); }
H1.HeaderClassName
{
color: #F5772F;
}
.AnyTagClassName
{
color: #F5772F;
}
</style>
background-color css
<style>
a { background-color: #F5772F; }
a { background-color: rgb(245,119,47); }
div.DivClassName
{
background-color: #F5772F;
}
.BgClassName
{
background-color: #F5772F;
}
</style>
border-color css
<style>
span { border-color: #F5772F; }
span { border-color: rgb(245,119,47); }
td.TdClassName
{
border-color: #F5772F;
}
.TagClassName
{
border-color: #F5772F;
}
</style>