Shades of Burnt Orange #F77F37
Tints of Burnt Orange #F77F37
RGB
CMYK
RGB Variations
Color information
#F77F37 (or 0xF77F37) is known color: Burnt Orange. HEX triplet: F7, 7F and 37. RGB value is (247,127,55). Sum of RGB (Red+Green+Blue) = 247+127+55=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F37 is #0880C8. Grayscale: #9B9B9B. Windows color (decimal): -557257 or 3637239. OLE color: 3637239.
HSL color Cylindrical-coordinate representation of color #F77F37: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F77F37 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.03 |
| HSL | 22.5º | 0.92% | 0.59% | - |
| HSV(B) | 22.5º | 0.78% | 0.97% | - |
| XYZ | 46.64 | 35.23 | 7.96 | - |
| YUV | 154.67 | 71.76 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 55 | 0 | 0.49 | 0.78 | 0.03 | 22.5 | 0.92 | 0.59 |
| Hex | F7 | 7F | 37 | 0 | 31 | 4E | 3 | 16 | 5C | 3B |
| Octal | 367 | 177 | 67 | 0 | 61 | 116 | 3 | 26 | 134 | 73 |
| Binary | 11110111 | 1111111 | 110111 | 0 | 110001 | 1001110 | 11 | 10110 | 1011100 | 111011 |
Color Harmonies of #F77F37
Complementary color
Monochromatic Colors of #F77F37
Black with #F77F37
Text Example
Text Example
White with #F77F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F37; }
p { color: rgb(247,127,55); }
H1.HeaderClassName
{
color: #F77F37;
}
.AnyTagClassName
{
color: #F77F37;
}
</style>
background-color css
<style>
a { background-color: #F77F37; }
a { background-color: rgb(247,127,55); }
div.DivClassName
{
background-color: #F77F37;
}
.BgClassName
{
background-color: #F77F37;
}
</style>
border-color css
<style>
span { border-color: #F77F37; }
span { border-color: rgb(247,127,55); }
td.TdClassName
{
border-color: #F77F37;
}
.TagClassName
{
border-color: #F77F37;
}
</style>