Shades of Burnt Orange #F9662F
Tints of Burnt Orange #F9662F
RGB
CMYK
RGB Variations
Color information
#F9662F (or 0xF9662F) is known color: Burnt Orange. HEX triplet: F9, 66 and 2F. RGB value is (249,102,47). Sum of RGB (Red+Green+Blue) = 249+102+47=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9662F is #0699D0. Grayscale: #8C8C8C. Windows color (decimal): -432593 or 3106553. OLE color: 3106553.
HSL color Cylindrical-coordinate representation of color #F9662F: hue angle of 16.34º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9662F is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 47 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.02 |
| HSL | 16.34º | 0.94% | 0.58% | - |
| HSV(B) | 16.34º | 0.81% | 0.98% | - |
| XYZ | 44.33 | 29.85 | 6.11 | - |
| YUV | 139.68 | 75.7 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 47 | 0 | 0.59 | 0.81 | 0.02 | 16.34 | 0.94 | 0.58 |
| Hex | F9 | 66 | 2F | 0 | 3B | 51 | 2 | 10 | 5E | 3A |
| Octal | 371 | 146 | 57 | 0 | 73 | 121 | 2 | 20 | 136 | 72 |
| Binary | 11111001 | 1100110 | 101111 | 0 | 111011 | 1010001 | 10 | 10000 | 1011110 | 111010 |
Color Harmonies of #F9662F
Complementary color
Monochromatic Colors of #F9662F
Black with #F9662F
Text Example
Text Example
White with #F9662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9662F; }
p { color: rgb(249,102,47); }
H1.HeaderClassName
{
color: #F9662F;
}
.AnyTagClassName
{
color: #F9662F;
}
</style>
background-color css
<style>
a { background-color: #F9662F; }
a { background-color: rgb(249,102,47); }
div.DivClassName
{
background-color: #F9662F;
}
.BgClassName
{
background-color: #F9662F;
}
</style>
border-color css
<style>
span { border-color: #F9662F; }
span { border-color: rgb(249,102,47); }
td.TdClassName
{
border-color: #F9662F;
}
.TagClassName
{
border-color: #F9662F;
}
</style>