Shades of Red Orange #F23326
Tints of Red Orange #F23326
RGB
CMYK
RGB Variations
Color information
#F23326 (or 0xF23326) is known color: Red Orange. HEX triplet: F2, 33 and 26. RGB value is (242,51,38). Sum of RGB (Red+Green+Blue) = 242+51+38=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F23326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23326 is #0DCCD9. Grayscale: #6A6A6A. Windows color (decimal): -904410 or 2503666. OLE color: 2503666.
HSL color Cylindrical-coordinate representation of color #F23326: hue angle of 3.82º 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 #F23326 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 38 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.05 |
| HSL | 3.82º | 0.89% | 0.55% | - |
| HSV(B) | 3.82º | 0.84% | 0.95% | - |
| XYZ | 38.15 | 21.38 | 3.95 | - |
| YUV | 106.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 38 | 0 | 0.79 | 0.84 | 0.05 | 3.82 | 0.89 | 0.55 |
| Hex | F2 | 33 | 26 | 0 | 4F | 54 | 5 | 4 | 59 | 37 |
| Octal | 362 | 63 | 46 | 0 | 117 | 124 | 5 | 4 | 131 | 67 |
| Binary | 11110010 | 110011 | 100110 | 0 | 1001111 | 1010100 | 101 | 100 | 1011001 | 110111 |
Color Harmonies of #F23326
Complementary color
Monochromatic Colors of #F23326
Black with #F23326
Text Example
Text Example
White with #F23326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23326; }
p { color: rgb(242,51,38); }
H1.HeaderClassName
{
color: #F23326;
}
.AnyTagClassName
{
color: #F23326;
}
</style>
background-color css
<style>
a { background-color: #F23326; }
a { background-color: rgb(242,51,38); }
div.DivClassName
{
background-color: #F23326;
}
.BgClassName
{
background-color: #F23326;
}
</style>
border-color css
<style>
span { border-color: #F23326; }
span { border-color: rgb(242,51,38); }
td.TdClassName
{
border-color: #F23326;
}
.TagClassName
{
border-color: #F23326;
}
</style>