Shades of Orange Red #F24802
Tints of Orange Red #F24802
RGB
CMYK
RGB Variations
Color information
#F24802 (or 0xF24802) is known color: Orange Red. HEX triplet: F2, 48 and 02. RGB value is (242,72,2). Sum of RGB (Red+Green+Blue) = 242+72+2=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F24802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24802 is #0DB7FD. Grayscale: #737373. Windows color (decimal): -899070 or 149746. OLE color: 149746.
HSL color Cylindrical-coordinate representation of color #F24802: hue angle of 17.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F24802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.05 |
| HSL | 17.5º | 0.98% | 0.48% | - |
| HSV(B) | 17.5º | 0.99% | 0.95% | - |
| XYZ | 38.95 | 23.52 | 2.54 | - |
| YUV | 114.85 | 64.32 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 2 | 0 | 0.70 | 0.99 | 0.05 | 17.5 | 0.98 | 0.48 |
| Hex | F2 | 48 | 2 | 0 | 46 | 63 | 5 | 12 | 62 | 30 |
| Octal | 362 | 110 | 2 | 0 | 106 | 143 | 5 | 22 | 142 | 60 |
| Binary | 11110010 | 1001000 | 10 | 0 | 1000110 | 1100011 | 101 | 10010 | 1100010 | 110000 |
Color Harmonies of #F24802
Complementary color
Monochromatic Colors of #F24802
Black with #F24802
Text Example
Text Example
White with #F24802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24802; }
p { color: rgb(242,72,2); }
H1.HeaderClassName
{
color: #F24802;
}
.AnyTagClassName
{
color: #F24802;
}
</style>
background-color css
<style>
a { background-color: #F24802; }
a { background-color: rgb(242,72,2); }
div.DivClassName
{
background-color: #F24802;
}
.BgClassName
{
background-color: #F24802;
}
</style>
border-color css
<style>
span { border-color: #F24802; }
span { border-color: rgb(242,72,2); }
td.TdClassName
{
border-color: #F24802;
}
.TagClassName
{
border-color: #F24802;
}
</style>