Shades of Burnt Orange #F9662C
Tints of Burnt Orange #F9662C
RGB
CMYK
RGB Variations
Color information
#F9662C (or 0xF9662C) is known color: Burnt Orange. HEX triplet: F9, 66 and 2C. RGB value is (249,102,44). Sum of RGB (Red+Green+Blue) = 249+102+44=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9662C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9662C is #0699D3. Grayscale: #8B8B8B. Windows color (decimal): -432596 or 2909945. OLE color: 2909945.
HSL color Cylindrical-coordinate representation of color #F9662C: hue angle of 16.98º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9662C is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 44 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.02 |
| HSL | 16.98º | 0.94% | 0.57% | - |
| HSV(B) | 16.98º | 0.82% | 0.98% | - |
| XYZ | 44.27 | 29.82 | 5.81 | - |
| YUV | 139.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 44 | 0 | 0.59 | 0.82 | 0.02 | 16.98 | 0.94 | 0.57 |
| Hex | F9 | 66 | 2C | 0 | 3B | 52 | 2 | 11 | 5E | 39 |
| Octal | 371 | 146 | 54 | 0 | 73 | 122 | 2 | 21 | 136 | 71 |
| Binary | 11111001 | 1100110 | 101100 | 0 | 111011 | 1010010 | 10 | 10001 | 1011110 | 111001 |
Color Harmonies of #F9662C
Complementary color
Monochromatic Colors of #F9662C
Black with #F9662C
Text Example
Text Example
White with #F9662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9662C; }
p { color: rgb(249,102,44); }
H1.HeaderClassName
{
color: #F9662C;
}
.AnyTagClassName
{
color: #F9662C;
}
</style>
background-color css
<style>
a { background-color: #F9662C; }
a { background-color: rgb(249,102,44); }
div.DivClassName
{
background-color: #F9662C;
}
.BgClassName
{
background-color: #F9662C;
}
</style>
border-color css
<style>
span { border-color: #F9662C; }
span { border-color: rgb(249,102,44); }
td.TdClassName
{
border-color: #F9662C;
}
.TagClassName
{
border-color: #F9662C;
}
</style>