Shades of Burnt Orange #F9672A
Tints of Burnt Orange #F9672A
RGB
CMYK
RGB Variations
Color information
#F9672A (or 0xF9672A) is known color: Burnt Orange. HEX triplet: F9, 67 and 2A. RGB value is (249,103,42). Sum of RGB (Red+Green+Blue) = 249+103+42=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9672A is #0698D5. Grayscale: #8C8C8C. Windows color (decimal): -432342 or 2779129. OLE color: 2779129.
HSL color Cylindrical-coordinate representation of color #F9672A: hue angle of 17.68º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9672A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 42 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.02 |
| HSL | 17.68º | 0.95% | 0.57% | - |
| HSV(B) | 17.68º | 0.83% | 0.98% | - |
| XYZ | 44.34 | 30.01 | 5.65 | - |
| YUV | 139.7 | 72.87 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 42 | 0 | 0.59 | 0.83 | 0.02 | 17.68 | 0.95 | 0.57 |
| Hex | F9 | 67 | 2A | 0 | 3B | 53 | 2 | 12 | 5F | 39 |
| Octal | 371 | 147 | 52 | 0 | 73 | 123 | 2 | 22 | 137 | 71 |
| Binary | 11111001 | 1100111 | 101010 | 0 | 111011 | 1010011 | 10 | 10010 | 1011111 | 111001 |
Color Harmonies of #F9672A
Complementary color
Monochromatic Colors of #F9672A
Black with #F9672A
Text Example
Text Example
White with #F9672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9672A; }
p { color: rgb(249,103,42); }
H1.HeaderClassName
{
color: #F9672A;
}
.AnyTagClassName
{
color: #F9672A;
}
</style>
background-color css
<style>
a { background-color: #F9672A; }
a { background-color: rgb(249,103,42); }
div.DivClassName
{
background-color: #F9672A;
}
.BgClassName
{
background-color: #F9672A;
}
</style>
border-color css
<style>
span { border-color: #F9672A; }
span { border-color: rgb(249,103,42); }
td.TdClassName
{
border-color: #F9672A;
}
.TagClassName
{
border-color: #F9672A;
}
</style>