Shades of Red Orange #F02A20
Tints of Red Orange #F02A20
RGB
CMYK
RGB Variations
Color information
#F02A20 (or 0xF02A20) is known color: Red Orange. HEX triplet: F0, 2A and 20. RGB value is (240,42,32). Sum of RGB (Red+Green+Blue) = 240+42+32=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A20 is #0FD5DF. Grayscale: #646464. Windows color (decimal): -1037792 or 2108144. OLE color: 2108144.
HSL color Cylindrical-coordinate representation of color #F02A20: hue angle of 2.88º 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 #F02A20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.06 |
| HSL | 2.88º | 0.87% | 0.53% | - |
| HSV(B) | 2.88º | 0.87% | 0.94% | - |
| XYZ | 37.02 | 20.29 | 3.33 | - |
| YUV | 100.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 32 | 0 | 0.82 | 0.87 | 0.06 | 2.88 | 0.87 | 0.53 |
| Hex | F0 | 2A | 20 | 0 | 52 | 57 | 6 | 3 | 57 | 35 |
| Octal | 360 | 52 | 40 | 0 | 122 | 127 | 6 | 3 | 127 | 65 |
| Binary | 11110000 | 101010 | 100000 | 0 | 1010010 | 1010111 | 110 | 11 | 1010111 | 110101 |
Color Harmonies of #F02A20
Complementary color
Monochromatic Colors of #F02A20
Black with #F02A20
Text Example
Text Example
White with #F02A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A20; }
p { color: rgb(240,42,32); }
H1.HeaderClassName
{
color: #F02A20;
}
.AnyTagClassName
{
color: #F02A20;
}
</style>
background-color css
<style>
a { background-color: #F02A20; }
a { background-color: rgb(240,42,32); }
div.DivClassName
{
background-color: #F02A20;
}
.BgClassName
{
background-color: #F02A20;
}
</style>
border-color css
<style>
span { border-color: #F02A20; }
span { border-color: rgb(240,42,32); }
td.TdClassName
{
border-color: #F02A20;
}
.TagClassName
{
border-color: #F02A20;
}
</style>