Shades of Red Orange #F23C28
Tints of Red Orange #F23C28
RGB
CMYK
RGB Variations
Color information
#F23C28 (or 0xF23C28) is known color: Red Orange. HEX triplet: F2, 3C and 28. RGB value is (242,60,40). Sum of RGB (Red+Green+Blue) = 242+60+40=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23C28 is #0DC3D7. Grayscale: #707070. Windows color (decimal): -902104 or 2637042. OLE color: 2637042.
HSL color Cylindrical-coordinate representation of color #F23C28: hue angle of 5.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F23C28 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 40 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.05 |
| HSL | 5.94º | 0.89% | 0.55% | - |
| HSV(B) | 5.94º | 0.83% | 0.95% | - |
| XYZ | 38.62 | 22.26 | 4.27 | - |
| YUV | 112.14 | 87.3 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 40 | 0 | 0.75 | 0.83 | 0.05 | 5.94 | 0.89 | 0.55 |
| Hex | F2 | 3C | 28 | 0 | 4B | 53 | 5 | 6 | 59 | 37 |
| Octal | 362 | 74 | 50 | 0 | 113 | 123 | 5 | 6 | 131 | 67 |
| Binary | 11110010 | 111100 | 101000 | 0 | 1001011 | 1010011 | 101 | 110 | 1011001 | 110111 |
Color Harmonies of #F23C28
Complementary color
Monochromatic Colors of #F23C28
Black with #F23C28
Text Example
Text Example
White with #F23C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C28; }
p { color: rgb(242,60,40); }
H1.HeaderClassName
{
color: #F23C28;
}
.AnyTagClassName
{
color: #F23C28;
}
</style>
background-color css
<style>
a { background-color: #F23C28; }
a { background-color: rgb(242,60,40); }
div.DivClassName
{
background-color: #F23C28;
}
.BgClassName
{
background-color: #F23C28;
}
</style>
border-color css
<style>
span { border-color: #F23C28; }
span { border-color: rgb(242,60,40); }
td.TdClassName
{
border-color: #F23C28;
}
.TagClassName
{
border-color: #F23C28;
}
</style>