Shades of Red Orange #F23726
Tints of Red Orange #F23726
RGB
CMYK
RGB Variations
Color information
#F23726 (or 0xF23726) is known color: Red Orange. HEX triplet: F2, 37 and 26. RGB value is (242,55,38). Sum of RGB (Red+Green+Blue) = 242+55+38=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F23726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23726 is #0DC8D9. Grayscale: #6D6D6D. Windows color (decimal): -903386 or 2504690. OLE color: 2504690.
HSL color Cylindrical-coordinate representation of color #F23726: hue angle of 5º 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 #F23726 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 38 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.05 |
| HSL | 5º | 0.89% | 0.55% | - |
| HSV(B) | 5º | 0.84% | 0.95% | - |
| XYZ | 38.33 | 21.75 | 4.01 | - |
| YUV | 108.98 | 87.95 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 38 | 0 | 0.77 | 0.84 | 0.05 | 5 | 0.89 | 0.55 |
| Hex | F2 | 37 | 26 | 0 | 4D | 54 | 5 | 5 | 59 | 37 |
| Octal | 362 | 67 | 46 | 0 | 115 | 124 | 5 | 5 | 131 | 67 |
| Binary | 11110010 | 110111 | 100110 | 0 | 1001101 | 1010100 | 101 | 101 | 1011001 | 110111 |
Color Harmonies of #F23726
Complementary color
Monochromatic Colors of #F23726
Black with #F23726
Text Example
Text Example
White with #F23726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23726; }
p { color: rgb(242,55,38); }
H1.HeaderClassName
{
color: #F23726;
}
.AnyTagClassName
{
color: #F23726;
}
</style>
background-color css
<style>
a { background-color: #F23726; }
a { background-color: rgb(242,55,38); }
div.DivClassName
{
background-color: #F23726;
}
.BgClassName
{
background-color: #F23726;
}
</style>
border-color css
<style>
span { border-color: #F23726; }
span { border-color: rgb(242,55,38); }
td.TdClassName
{
border-color: #F23726;
}
.TagClassName
{
border-color: #F23726;
}
</style>