Shades of Red Orange #F03226
Tints of Red Orange #F03226
RGB
CMYK
RGB Variations
Color information
#F03226 (or 0xF03226) is known color: Red Orange. HEX triplet: F0, 32 and 26. RGB value is (240,50,38). Sum of RGB (Red+Green+Blue) = 240+50+38=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F03226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03226 is #0FCDD9. Grayscale: #696969. Windows color (decimal): -1035738 or 2503408. OLE color: 2503408.
HSL color Cylindrical-coordinate representation of color #F03226: hue angle of 3.56º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F03226 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 38 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.06 |
| HSL | 3.56º | 0.87% | 0.55% | - |
| HSV(B) | 3.56º | 0.84% | 0.94% | - |
| XYZ | 37.43 | 20.95 | 3.9 | - |
| YUV | 105.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 38 | 0 | 0.79 | 0.84 | 0.06 | 3.56 | 0.87 | 0.55 |
| Hex | F0 | 32 | 26 | 0 | 4F | 54 | 6 | 4 | 57 | 37 |
| Octal | 360 | 62 | 46 | 0 | 117 | 124 | 6 | 4 | 127 | 67 |
| Binary | 11110000 | 110010 | 100110 | 0 | 1001111 | 1010100 | 110 | 100 | 1010111 | 110111 |
Color Harmonies of #F03226
Complementary color
Monochromatic Colors of #F03226
Black with #F03226
Text Example
Text Example
White with #F03226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03226; }
p { color: rgb(240,50,38); }
H1.HeaderClassName
{
color: #F03226;
}
.AnyTagClassName
{
color: #F03226;
}
</style>
background-color css
<style>
a { background-color: #F03226; }
a { background-color: rgb(240,50,38); }
div.DivClassName
{
background-color: #F03226;
}
.BgClassName
{
background-color: #F03226;
}
</style>
border-color css
<style>
span { border-color: #F03226; }
span { border-color: rgb(240,50,38); }
td.TdClassName
{
border-color: #F03226;
}
.TagClassName
{
border-color: #F03226;
}
</style>