Shades of Burnt Orange #F77A34
Tints of Burnt Orange #F77A34
RGB
CMYK
RGB Variations
Color information
#F77A34 (or 0xF77A34) is known color: Burnt Orange. HEX triplet: F7, 7A and 34. RGB value is (247,122,52). Sum of RGB (Red+Green+Blue) = 247+122+52=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A34 is #0885CB. Grayscale: #979797. Windows color (decimal): -558540 or 3439351. OLE color: 3439351.
HSL color Cylindrical-coordinate representation of color #F77A34: hue angle of 21.54º 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 #F77A34 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 52 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.03 |
| HSL | 21.54º | 0.92% | 0.59% | - |
| HSV(B) | 21.54º | 0.79% | 0.97% | - |
| XYZ | 45.94 | 33.94 | 7.38 | - |
| YUV | 151.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 52 | 0 | 0.51 | 0.79 | 0.03 | 21.54 | 0.92 | 0.59 |
| Hex | F7 | 7A | 34 | 0 | 33 | 4F | 3 | 16 | 5C | 3B |
| Octal | 367 | 172 | 64 | 0 | 63 | 117 | 3 | 26 | 134 | 73 |
| Binary | 11110111 | 1111010 | 110100 | 0 | 110011 | 1001111 | 11 | 10110 | 1011100 | 111011 |
Color Harmonies of #F77A34
Complementary color
Monochromatic Colors of #F77A34
Black with #F77A34
Text Example
Text Example
White with #F77A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A34; }
p { color: rgb(247,122,52); }
H1.HeaderClassName
{
color: #F77A34;
}
.AnyTagClassName
{
color: #F77A34;
}
</style>
background-color css
<style>
a { background-color: #F77A34; }
a { background-color: rgb(247,122,52); }
div.DivClassName
{
background-color: #F77A34;
}
.BgClassName
{
background-color: #F77A34;
}
</style>
border-color css
<style>
span { border-color: #F77A34; }
span { border-color: rgb(247,122,52); }
td.TdClassName
{
border-color: #F77A34;
}
.TagClassName
{
border-color: #F77A34;
}
</style>