Shades of Burnt Orange #F77542
Tints of Burnt Orange #F77542
RGB
CMYK
RGB Variations
Color information
#F77542 (or 0xF77542) is known color: Burnt Orange. HEX triplet: F7, 75 and 42. RGB value is (247,117,66). Sum of RGB (Red+Green+Blue) = 247+117+66=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F77542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77542 is #088ABD. Grayscale: #969696. Windows color (decimal): -559806 or 4355575. OLE color: 4355575.
HSL color Cylindrical-coordinate representation of color #F77542: hue angle of 16.91º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F77542 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 66 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.03 |
| HSL | 16.91º | 0.92% | 0.61% | - |
| HSV(B) | 16.91º | 0.73% | 0.97% | - |
| XYZ | 45.7 | 32.89 | 9.09 | - |
| YUV | 150.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 66 | 0 | 0.53 | 0.73 | 0.03 | 16.91 | 0.92 | 0.61 |
| Hex | F7 | 75 | 42 | 0 | 35 | 49 | 3 | 11 | 5C | 3D |
| Octal | 367 | 165 | 102 | 0 | 65 | 111 | 3 | 21 | 134 | 75 |
| Binary | 11110111 | 1110101 | 1000010 | 0 | 110101 | 1001001 | 11 | 10001 | 1011100 | 111101 |
Color Harmonies of #F77542
Complementary color
Monochromatic Colors of #F77542
Black with #F77542
Text Example
Text Example
White with #F77542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77542; }
p { color: rgb(247,117,66); }
H1.HeaderClassName
{
color: #F77542;
}
.AnyTagClassName
{
color: #F77542;
}
</style>
background-color css
<style>
a { background-color: #F77542; }
a { background-color: rgb(247,117,66); }
div.DivClassName
{
background-color: #F77542;
}
.BgClassName
{
background-color: #F77542;
}
</style>
border-color css
<style>
span { border-color: #F77542; }
span { border-color: rgb(247,117,66); }
td.TdClassName
{
border-color: #F77542;
}
.TagClassName
{
border-color: #F77542;
}
</style>