Shades of Red Orange #F23523
Tints of Red Orange #F23523
RGB
CMYK
RGB Variations
Color information
#F23523 (or 0xF23523) is known color: Red Orange. HEX triplet: F2, 35 and 23. RGB value is (242,53,35). Sum of RGB (Red+Green+Blue) = 242+53+35=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F23523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23523 is #0DCADC. Grayscale: #6B6B6B. Windows color (decimal): -903901 or 2307570. OLE color: 2307570.
HSL color Cylindrical-coordinate representation of color #F23523: hue angle of 5.22º 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 #F23523 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 35 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.05 |
| HSL | 5.22º | 0.89% | 0.54% | - |
| HSV(B) | 5.22º | 0.86% | 0.95% | - |
| XYZ | 38.19 | 21.54 | 3.74 | - |
| YUV | 107.46 | 87.12 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 35 | 0 | 0.78 | 0.86 | 0.05 | 5.22 | 0.89 | 0.54 |
| Hex | F2 | 35 | 23 | 0 | 4E | 56 | 5 | 5 | 59 | 36 |
| Octal | 362 | 65 | 43 | 0 | 116 | 126 | 5 | 5 | 131 | 66 |
| Binary | 11110010 | 110101 | 100011 | 0 | 1001110 | 1010110 | 101 | 101 | 1011001 | 110110 |
Color Harmonies of #F23523
Complementary color
Monochromatic Colors of #F23523
Black with #F23523
Text Example
Text Example
White with #F23523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23523; }
p { color: rgb(242,53,35); }
H1.HeaderClassName
{
color: #F23523;
}
.AnyTagClassName
{
color: #F23523;
}
</style>
background-color css
<style>
a { background-color: #F23523; }
a { background-color: rgb(242,53,35); }
div.DivClassName
{
background-color: #F23523;
}
.BgClassName
{
background-color: #F23523;
}
</style>
border-color css
<style>
span { border-color: #F23523; }
span { border-color: rgb(242,53,35); }
td.TdClassName
{
border-color: #F23523;
}
.TagClassName
{
border-color: #F23523;
}
</style>