Shades of Red Orange #F24023
Tints of Red Orange #F24023
RGB
CMYK
RGB Variations
Color information
#F24023 (or 0xF24023) is known color: Red Orange. HEX triplet: F2, 40 and 23. RGB value is (242,64,35). Sum of RGB (Red+Green+Blue) = 242+64+35=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F24023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24023 is #0DBFDC. Grayscale: #727272. Windows color (decimal): -901085 or 2310386. OLE color: 2310386.
HSL color Cylindrical-coordinate representation of color #F24023: hue angle of 8.41º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F24023 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.05 |
| HSL | 8.41º | 0.89% | 0.54% | - |
| HSV(B) | 8.41º | 0.86% | 0.95% | - |
| XYZ | 38.75 | 22.67 | 3.92 | - |
| YUV | 113.92 | 83.47 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 35 | 0 | 0.74 | 0.86 | 0.05 | 8.41 | 0.89 | 0.54 |
| Hex | F2 | 40 | 23 | 0 | 4A | 56 | 5 | 8 | 59 | 36 |
| Octal | 362 | 100 | 43 | 0 | 112 | 126 | 5 | 10 | 131 | 66 |
| Binary | 11110010 | 1000000 | 100011 | 0 | 1001010 | 1010110 | 101 | 1000 | 1011001 | 110110 |
Color Harmonies of #F24023
Complementary color
Monochromatic Colors of #F24023
Black with #F24023
Text Example
Text Example
White with #F24023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24023; }
p { color: rgb(242,64,35); }
H1.HeaderClassName
{
color: #F24023;
}
.AnyTagClassName
{
color: #F24023;
}
</style>
background-color css
<style>
a { background-color: #F24023; }
a { background-color: rgb(242,64,35); }
div.DivClassName
{
background-color: #F24023;
}
.BgClassName
{
background-color: #F24023;
}
</style>
border-color css
<style>
span { border-color: #F24023; }
span { border-color: rgb(242,64,35); }
td.TdClassName
{
border-color: #F24023;
}
.TagClassName
{
border-color: #F24023;
}
</style>