Shades of Red Orange #F03220
Tints of Red Orange #F03220
RGB
CMYK
RGB Variations
Color information
#F03220 (or 0xF03220) is known color: Red Orange. HEX triplet: F0, 32 and 20. RGB value is (240,50,32). Sum of RGB (Red+Green+Blue) = 240+50+32=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F03220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03220 is #0FCDDF. Grayscale: #696969. Windows color (decimal): -1035744 or 2110192. OLE color: 2110192.
HSL color Cylindrical-coordinate representation of color #F03220: hue angle of 5.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F03220 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 32 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.06 |
| HSL | 5.19º | 0.87% | 0.53% | - |
| HSV(B) | 5.19º | 0.87% | 0.94% | - |
| XYZ | 37.34 | 20.91 | 3.43 | - |
| YUV | 104.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 32 | 0 | 0.79 | 0.87 | 0.06 | 5.19 | 0.87 | 0.53 |
| Hex | F0 | 32 | 20 | 0 | 4F | 57 | 6 | 5 | 57 | 35 |
| Octal | 360 | 62 | 40 | 0 | 117 | 127 | 6 | 5 | 127 | 65 |
| Binary | 11110000 | 110010 | 100000 | 0 | 1001111 | 1010111 | 110 | 101 | 1010111 | 110101 |
Color Harmonies of #F03220
Complementary color
Monochromatic Colors of #F03220
Black with #F03220
Text Example
Text Example
White with #F03220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03220; }
p { color: rgb(240,50,32); }
H1.HeaderClassName
{
color: #F03220;
}
.AnyTagClassName
{
color: #F03220;
}
</style>
background-color css
<style>
a { background-color: #F03220; }
a { background-color: rgb(240,50,32); }
div.DivClassName
{
background-color: #F03220;
}
.BgClassName
{
background-color: #F03220;
}
</style>
border-color css
<style>
span { border-color: #F03220; }
span { border-color: rgb(240,50,32); }
td.TdClassName
{
border-color: #F03220;
}
.TagClassName
{
border-color: #F03220;
}
</style>