Shades of Orange Red #F4490B
Tints of Orange Red #F4490B
RGB
CMYK
RGB Variations
Color information
#F4490B (or 0xF4490B) is known color: Orange Red. HEX triplet: F4, 49 and 0B. RGB value is (244,73,11). Sum of RGB (Red+Green+Blue) = 244+73+11=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F4490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4490B is #0BB6F4. Grayscale: #757575. Windows color (decimal): -767733 or 739828. OLE color: 739828.
HSL color Cylindrical-coordinate representation of color #F4490B: hue angle of 15.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4490B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.04 |
| HSL | 15.97º | 0.91% | 0.5% | - |
| HSV(B) | 15.97º | 0.95% | 0.96% | - |
| XYZ | 39.75 | 24.02 | 2.86 | - |
| YUV | 117.06 | 68.15 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 11 | 0 | 0.70 | 0.95 | 0.04 | 15.97 | 0.91 | 0.5 |
| Hex | F4 | 49 | B | 0 | 46 | 5F | 4 | 10 | 5B | 32 |
| Octal | 364 | 111 | 13 | 0 | 106 | 137 | 4 | 20 | 133 | 62 |
| Binary | 11110100 | 1001001 | 1011 | 0 | 1000110 | 1011111 | 100 | 10000 | 1011011 | 110010 |
Color Harmonies of #F4490B
Complementary color
Monochromatic Colors of #F4490B
Black with #F4490B
Text Example
Text Example
White with #F4490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4490B; }
p { color: rgb(244,73,11); }
H1.HeaderClassName
{
color: #F4490B;
}
.AnyTagClassName
{
color: #F4490B;
}
</style>
background-color css
<style>
a { background-color: #F4490B; }
a { background-color: rgb(244,73,11); }
div.DivClassName
{
background-color: #F4490B;
}
.BgClassName
{
background-color: #F4490B;
}
</style>
border-color css
<style>
span { border-color: #F4490B; }
span { border-color: rgb(244,73,11); }
td.TdClassName
{
border-color: #F4490B;
}
.TagClassName
{
border-color: #F4490B;
}
</style>