Shades of Burnt Orange #F17730
Tints of Burnt Orange #F17730
RGB
CMYK
RGB Variations
Color information
#F17730 (or 0xF17730) is known color: Burnt Orange. HEX triplet: F1, 77 and 30. RGB value is (241,119,48). Sum of RGB (Red+Green+Blue) = 241+119+48=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F17730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17730 is #0E88CF. Grayscale: #939393. Windows color (decimal): -952528 or 3176433. OLE color: 3176433.
HSL color Cylindrical-coordinate representation of color #F17730: hue angle of 22.07º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F17730 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 48 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.05 |
| HSL | 22.07º | 0.87% | 0.57% | - |
| HSV(B) | 22.07º | 0.8% | 0.95% | - |
| XYZ | 43.41 | 32.11 | 6.71 | - |
| YUV | 147.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 48 | 0 | 0.51 | 0.80 | 0.05 | 22.07 | 0.87 | 0.57 |
| Hex | F1 | 77 | 30 | 0 | 33 | 50 | 5 | 16 | 57 | 39 |
| Octal | 361 | 167 | 60 | 0 | 63 | 120 | 5 | 26 | 127 | 71 |
| Binary | 11110001 | 1110111 | 110000 | 0 | 110011 | 1010000 | 101 | 10110 | 1010111 | 111001 |
Color Harmonies of #F17730
Complementary color
Monochromatic Colors of #F17730
Black with #F17730
Text Example
Text Example
White with #F17730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17730; }
p { color: rgb(241,119,48); }
H1.HeaderClassName
{
color: #F17730;
}
.AnyTagClassName
{
color: #F17730;
}
</style>
background-color css
<style>
a { background-color: #F17730; }
a { background-color: rgb(241,119,48); }
div.DivClassName
{
background-color: #F17730;
}
.BgClassName
{
background-color: #F17730;
}
</style>
border-color css
<style>
span { border-color: #F17730; }
span { border-color: rgb(241,119,48); }
td.TdClassName
{
border-color: #F17730;
}
.TagClassName
{
border-color: #F17730;
}
</style>