Shades of Red Orange #F23526
Tints of Red Orange #F23526
RGB
CMYK
RGB Variations
Color information
#F23526 (or 0xF23526) is known color: Red Orange. HEX triplet: F2, 35 and 26. RGB value is (242,53,38). Sum of RGB (Red+Green+Blue) = 242+53+38=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F23526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23526 is #0DCAD9. Grayscale: #6C6C6C. Windows color (decimal): -903898 or 2504178. OLE color: 2504178.
HSL color Cylindrical-coordinate representation of color #F23526: hue angle of 4.41º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F23526 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 38 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.05 |
| HSL | 4.41º | 0.89% | 0.55% | - |
| HSV(B) | 4.41º | 0.84% | 0.95% | - |
| XYZ | 38.24 | 21.56 | 3.98 | - |
| YUV | 107.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 38 | 0 | 0.78 | 0.84 | 0.05 | 4.41 | 0.89 | 0.55 |
| Hex | F2 | 35 | 26 | 0 | 4E | 54 | 5 | 4 | 59 | 37 |
| Octal | 362 | 65 | 46 | 0 | 116 | 124 | 5 | 4 | 131 | 67 |
| Binary | 11110010 | 110101 | 100110 | 0 | 1001110 | 1010100 | 101 | 100 | 1011001 | 110111 |
Color Harmonies of #F23526
Complementary color
Monochromatic Colors of #F23526
Black with #F23526
Text Example
Text Example
White with #F23526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23526; }
p { color: rgb(242,53,38); }
H1.HeaderClassName
{
color: #F23526;
}
.AnyTagClassName
{
color: #F23526;
}
</style>
background-color css
<style>
a { background-color: #F23526; }
a { background-color: rgb(242,53,38); }
div.DivClassName
{
background-color: #F23526;
}
.BgClassName
{
background-color: #F23526;
}
</style>
border-color css
<style>
span { border-color: #F23526; }
span { border-color: rgb(242,53,38); }
td.TdClassName
{
border-color: #F23526;
}
.TagClassName
{
border-color: #F23526;
}
</style>