Shades of Orange Red #F24003
Tints of Orange Red #F24003
RGB
CMYK
RGB Variations
Color information
#F24003 (or 0xF24003) is known color: Orange Red. HEX triplet: F2, 40 and 03. RGB value is (242,64,3). Sum of RGB (Red+Green+Blue) = 242+64+3=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F24003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24003 is #0DBFFC. Grayscale: #6E6E6E. Windows color (decimal): -901117 or 213234. OLE color: 213234.
HSL color Cylindrical-coordinate representation of color #F24003: hue angle of 15.31º 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 #F24003 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.05 |
| HSL | 15.31º | 0.98% | 0.48% | - |
| HSV(B) | 15.31º | 0.99% | 0.95% | - |
| XYZ | 38.47 | 22.55 | 2.41 | - |
| YUV | 110.27 | 67.47 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 3 | 0 | 0.74 | 0.99 | 0.05 | 15.31 | 0.98 | 0.48 |
| Hex | F2 | 40 | 3 | 0 | 4A | 63 | 5 | F | 62 | 30 |
| Octal | 362 | 100 | 3 | 0 | 112 | 143 | 5 | 17 | 142 | 60 |
| Binary | 11110010 | 1000000 | 11 | 0 | 1001010 | 1100011 | 101 | 1111 | 1100010 | 110000 |
Color Harmonies of #F24003
Complementary color
Monochromatic Colors of #F24003
Black with #F24003
Text Example
Text Example
White with #F24003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24003; }
p { color: rgb(242,64,3); }
H1.HeaderClassName
{
color: #F24003;
}
.AnyTagClassName
{
color: #F24003;
}
</style>
background-color css
<style>
a { background-color: #F24003; }
a { background-color: rgb(242,64,3); }
div.DivClassName
{
background-color: #F24003;
}
.BgClassName
{
background-color: #F24003;
}
</style>
border-color css
<style>
span { border-color: #F24003; }
span { border-color: rgb(242,64,3); }
td.TdClassName
{
border-color: #F24003;
}
.TagClassName
{
border-color: #F24003;
}
</style>