Shades of Orange Red #F24603
Tints of Orange Red #F24603
RGB
CMYK
RGB Variations
Color information
#F24603 (or 0xF24603) is known color: Orange Red. HEX triplet: F2, 46 and 03. RGB value is (242,70,3). Sum of RGB (Red+Green+Blue) = 242+70+3=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F24603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24603 is #0DB9FC. Grayscale: #727272. Windows color (decimal): -899581 or 214770. OLE color: 214770.
HSL color Cylindrical-coordinate representation of color #F24603: hue angle of 16.82º 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 #F24603 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.05 |
| HSL | 16.82º | 0.98% | 0.48% | - |
| HSV(B) | 16.82º | 0.99% | 0.95% | - |
| XYZ | 38.82 | 23.26 | 2.53 | - |
| YUV | 113.79 | 65.48 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 3 | 0 | 0.71 | 0.99 | 0.05 | 16.82 | 0.98 | 0.48 |
| Hex | F2 | 46 | 3 | 0 | 47 | 63 | 5 | 11 | 62 | 30 |
| Octal | 362 | 106 | 3 | 0 | 107 | 143 | 5 | 21 | 142 | 60 |
| Binary | 11110010 | 1000110 | 11 | 0 | 1000111 | 1100011 | 101 | 10001 | 1100010 | 110000 |
Color Harmonies of #F24603
Complementary color
Monochromatic Colors of #F24603
Black with #F24603
Text Example
Text Example
White with #F24603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24603; }
p { color: rgb(242,70,3); }
H1.HeaderClassName
{
color: #F24603;
}
.AnyTagClassName
{
color: #F24603;
}
</style>
background-color css
<style>
a { background-color: #F24603; }
a { background-color: rgb(242,70,3); }
div.DivClassName
{
background-color: #F24603;
}
.BgClassName
{
background-color: #F24603;
}
</style>
border-color css
<style>
span { border-color: #F24603; }
span { border-color: rgb(242,70,3); }
td.TdClassName
{
border-color: #F24603;
}
.TagClassName
{
border-color: #F24603;
}
</style>