Shades of Orange Red #F24001
Tints of Orange Red #F24001
RGB
CMYK
RGB Variations
Color information
#F24001 (or 0xF24001) is known color: Orange Red. HEX triplet: F2, 40 and 01. RGB value is (242,64,1). Sum of RGB (Red+Green+Blue) = 242+64+1=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F24001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24001 is #0DBFFE. Grayscale: #6E6E6E. Windows color (decimal): -901119 or 82162. OLE color: 82162.
HSL color Cylindrical-coordinate representation of color #F24001: hue angle of 15.68º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F24001 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.05 |
| HSL | 15.68º | 0.99% | 0.48% | - |
| HSV(B) | 15.68º | 1% | 0.95% | - |
| XYZ | 38.46 | 22.55 | 2.35 | - |
| YUV | 110.04 | 66.47 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 1 | 0 | 0.74 | 1.00 | 0.05 | 15.68 | 0.99 | 0.48 |
| Hex | F2 | 40 | 1 | 0 | 4A | 64 | 5 | 10 | 63 | 30 |
| Octal | 362 | 100 | 1 | 0 | 112 | 144 | 5 | 20 | 143 | 60 |
| Binary | 11110010 | 1000000 | 1 | 0 | 1001010 | 1100100 | 101 | 10000 | 1100011 | 110000 |
Color Harmonies of #F24001
Complementary color
Monochromatic Colors of #F24001
Black with #F24001
Text Example
Text Example
White with #F24001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24001; }
p { color: rgb(242,64,1); }
H1.HeaderClassName
{
color: #F24001;
}
.AnyTagClassName
{
color: #F24001;
}
</style>
background-color css
<style>
a { background-color: #F24001; }
a { background-color: rgb(242,64,1); }
div.DivClassName
{
background-color: #F24001;
}
.BgClassName
{
background-color: #F24001;
}
</style>
border-color css
<style>
span { border-color: #F24001; }
span { border-color: rgb(242,64,1); }
td.TdClassName
{
border-color: #F24001;
}
.TagClassName
{
border-color: #F24001;
}
</style>