Shades of Orange Red #F23C18
Tints of Orange Red #F23C18
RGB
CMYK
RGB Variations
Color information
#F23C18 (or 0xF23C18) is known color: Orange Red. HEX triplet: F2, 3C and 18. RGB value is (242,60,24). Sum of RGB (Red+Green+Blue) = 242+60+24=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C18 is #0DC3E7. Grayscale: #6E6E6E. Windows color (decimal): -902120 or 1588466. OLE color: 1588466.
HSL color Cylindrical-coordinate representation of color #F23C18: hue angle of 9.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23C18 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 24 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.05 |
| HSL | 9.91º | 0.89% | 0.52% | - |
| HSV(B) | 9.91º | 0.9% | 0.95% | - |
| XYZ | 38.4 | 22.17 | 3.12 | - |
| YUV | 110.31 | 79.3 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 24 | 0 | 0.75 | 0.90 | 0.05 | 9.91 | 0.89 | 0.52 |
| Hex | F2 | 3C | 18 | 0 | 4B | 5A | 5 | A | 59 | 34 |
| Octal | 362 | 74 | 30 | 0 | 113 | 132 | 5 | 12 | 131 | 64 |
| Binary | 11110010 | 111100 | 11000 | 0 | 1001011 | 1011010 | 101 | 1010 | 1011001 | 110100 |
Color Harmonies of #F23C18
Complementary color
Monochromatic Colors of #F23C18
Black with #F23C18
Text Example
Text Example
White with #F23C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C18; }
p { color: rgb(242,60,24); }
H1.HeaderClassName
{
color: #F23C18;
}
.AnyTagClassName
{
color: #F23C18;
}
</style>
background-color css
<style>
a { background-color: #F23C18; }
a { background-color: rgb(242,60,24); }
div.DivClassName
{
background-color: #F23C18;
}
.BgClassName
{
background-color: #F23C18;
}
</style>
border-color css
<style>
span { border-color: #F23C18; }
span { border-color: rgb(242,60,24); }
td.TdClassName
{
border-color: #F23C18;
}
.TagClassName
{
border-color: #F23C18;
}
</style>