Shades of Red Orange #F84A21
Tints of Red Orange #F84A21
RGB
CMYK
RGB Variations
Color information
#F84A21 (or 0xF84A21) is known color: Red Orange. HEX triplet: F8, 4A and 21. RGB value is (248,74,33). Sum of RGB (Red+Green+Blue) = 248+74+33=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84A21 is #07B5DE. Grayscale: #797979. Windows color (decimal): -505311 or 2181880. OLE color: 2181880.
HSL color Cylindrical-coordinate representation of color #F84A21: hue angle of 11.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F84A21 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 33 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.03 |
| HSL | 11.44º | 0.94% | 0.55% | - |
| HSV(B) | 11.44º | 0.87% | 0.97% | - |
| XYZ | 41.43 | 24.96 | 4.07 | - |
| YUV | 121.35 | 78.15 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 33 | 0 | 0.70 | 0.87 | 0.03 | 11.44 | 0.94 | 0.55 |
| Hex | F8 | 4A | 21 | 0 | 46 | 57 | 3 | B | 5E | 37 |
| Octal | 370 | 112 | 41 | 0 | 106 | 127 | 3 | 13 | 136 | 67 |
| Binary | 11111000 | 1001010 | 100001 | 0 | 1000110 | 1010111 | 11 | 1011 | 1011110 | 110111 |
Color Harmonies of #F84A21
Complementary color
Monochromatic Colors of #F84A21
Black with #F84A21
Text Example
Text Example
White with #F84A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A21; }
p { color: rgb(248,74,33); }
H1.HeaderClassName
{
color: #F84A21;
}
.AnyTagClassName
{
color: #F84A21;
}
</style>
background-color css
<style>
a { background-color: #F84A21; }
a { background-color: rgb(248,74,33); }
div.DivClassName
{
background-color: #F84A21;
}
.BgClassName
{
background-color: #F84A21;
}
</style>
border-color css
<style>
span { border-color: #F84A21; }
span { border-color: rgb(248,74,33); }
td.TdClassName
{
border-color: #F84A21;
}
.TagClassName
{
border-color: #F84A21;
}
</style>