Shades of Burnt Orange #F97434
Tints of Burnt Orange #F97434
RGB
CMYK
RGB Variations
Color information
#F97434 (or 0xF97434) is known color: Burnt Orange. HEX triplet: F9, 74 and 34. RGB value is (249,116,52). Sum of RGB (Red+Green+Blue) = 249+116+52=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F97434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97434 is #068BCB. Grayscale: #949494. Windows color (decimal): -429004 or 3437817. OLE color: 3437817.
HSL color Cylindrical-coordinate representation of color #F97434: hue angle of 19.49º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F97434 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 52 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.02 |
| HSL | 19.49º | 0.94% | 0.59% | - |
| HSV(B) | 19.49º | 0.79% | 0.98% | - |
| XYZ | 45.93 | 32.88 | 7.17 | - |
| YUV | 148.47 | 73.56 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 52 | 0 | 0.53 | 0.79 | 0.02 | 19.49 | 0.94 | 0.59 |
| Hex | F9 | 74 | 34 | 0 | 35 | 4F | 2 | 13 | 5E | 3B |
| Octal | 371 | 164 | 64 | 0 | 65 | 117 | 2 | 23 | 136 | 73 |
| Binary | 11111001 | 1110100 | 110100 | 0 | 110101 | 1001111 | 10 | 10011 | 1011110 | 111011 |
Color Harmonies of #F97434
Complementary color
Monochromatic Colors of #F97434
Black with #F97434
Text Example
Text Example
White with #F97434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97434; }
p { color: rgb(249,116,52); }
H1.HeaderClassName
{
color: #F97434;
}
.AnyTagClassName
{
color: #F97434;
}
</style>
background-color css
<style>
a { background-color: #F97434; }
a { background-color: rgb(249,116,52); }
div.DivClassName
{
background-color: #F97434;
}
.BgClassName
{
background-color: #F97434;
}
</style>
border-color css
<style>
span { border-color: #F97434; }
span { border-color: rgb(249,116,52); }
td.TdClassName
{
border-color: #F97434;
}
.TagClassName
{
border-color: #F97434;
}
</style>