Shades of Red Orange #F94921
Tints of Red Orange #F94921
RGB
CMYK
RGB Variations
Color information
#F94921 (or 0xF94921) is known color: Red Orange. HEX triplet: F9, 49 and 21. RGB value is (249,73,33). Sum of RGB (Red+Green+Blue) = 249+73+33=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F94921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94921 is #06B6DE. Grayscale: #797979. Windows color (decimal): -440031 or 2181625. OLE color: 2181625.
HSL color Cylindrical-coordinate representation of color #F94921: hue angle of 11.11º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F94921 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 33 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.02 |
| HSL | 11.11º | 0.95% | 0.55% | - |
| HSV(B) | 11.11º | 0.87% | 0.98% | - |
| XYZ | 41.72 | 25.01 | 4.07 | - |
| YUV | 121.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 33 | 0 | 0.71 | 0.87 | 0.02 | 11.11 | 0.95 | 0.55 |
| Hex | F9 | 49 | 21 | 0 | 47 | 57 | 2 | B | 5F | 37 |
| Octal | 371 | 111 | 41 | 0 | 107 | 127 | 2 | 13 | 137 | 67 |
| Binary | 11111001 | 1001001 | 100001 | 0 | 1000111 | 1010111 | 10 | 1011 | 1011111 | 110111 |
Color Harmonies of #F94921
Complementary color
Monochromatic Colors of #F94921
Black with #F94921
Text Example
Text Example
White with #F94921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94921; }
p { color: rgb(249,73,33); }
H1.HeaderClassName
{
color: #F94921;
}
.AnyTagClassName
{
color: #F94921;
}
</style>
background-color css
<style>
a { background-color: #F94921; }
a { background-color: rgb(249,73,33); }
div.DivClassName
{
background-color: #F94921;
}
.BgClassName
{
background-color: #F94921;
}
</style>
border-color css
<style>
span { border-color: #F94921; }
span { border-color: rgb(249,73,33); }
td.TdClassName
{
border-color: #F94921;
}
.TagClassName
{
border-color: #F94921;
}
</style>