Shades of Burnt Orange #F77F34
Tints of Burnt Orange #F77F34
RGB
CMYK
RGB Variations
Color information
#F77F34 (or 0xF77F34) is known color: Burnt Orange. HEX triplet: F7, 7F and 34. RGB value is (247,127,52). Sum of RGB (Red+Green+Blue) = 247+127+52=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F34 is #0880CB. Grayscale: #9A9A9A. Windows color (decimal): -557260 or 3440631. OLE color: 3440631.
HSL color Cylindrical-coordinate representation of color #F77F34: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F77F34 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 52 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.03 |
| HSL | 23.08º | 0.92% | 0.59% | - |
| HSV(B) | 23.08º | 0.79% | 0.97% | - |
| XYZ | 46.57 | 35.2 | 7.59 | - |
| YUV | 154.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 52 | 0 | 0.49 | 0.79 | 0.03 | 23.08 | 0.92 | 0.59 |
| Hex | F7 | 7F | 34 | 0 | 31 | 4F | 3 | 17 | 5C | 3B |
| Octal | 367 | 177 | 64 | 0 | 61 | 117 | 3 | 27 | 134 | 73 |
| Binary | 11110111 | 1111111 | 110100 | 0 | 110001 | 1001111 | 11 | 10111 | 1011100 | 111011 |
Color Harmonies of #F77F34
Complementary color
Monochromatic Colors of #F77F34
Black with #F77F34
Text Example
Text Example
White with #F77F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F34; }
p { color: rgb(247,127,52); }
H1.HeaderClassName
{
color: #F77F34;
}
.AnyTagClassName
{
color: #F77F34;
}
</style>
background-color css
<style>
a { background-color: #F77F34; }
a { background-color: rgb(247,127,52); }
div.DivClassName
{
background-color: #F77F34;
}
.BgClassName
{
background-color: #F77F34;
}
</style>
border-color css
<style>
span { border-color: #F77F34; }
span { border-color: rgb(247,127,52); }
td.TdClassName
{
border-color: #F77F34;
}
.TagClassName
{
border-color: #F77F34;
}
</style>