Shades of Red Orange #F02A27
Tints of Red Orange #F02A27
RGB
CMYK
RGB Variations
Color information
#F02A27 (or 0xF02A27) is known color: Red Orange. HEX triplet: F0, 2A and 27. RGB value is (240,42,39). Sum of RGB (Red+Green+Blue) = 240+42+39=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A27 is #0FD5D8. Grayscale: #656565. Windows color (decimal): -1037785 or 2566896. OLE color: 2566896.
HSL color Cylindrical-coordinate representation of color #F02A27: hue angle of 0.9º 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 #F02A27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 39 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.06 |
| HSL | 0.9º | 0.87% | 0.55% | - |
| HSV(B) | 0.9º | 0.84% | 0.94% | - |
| XYZ | 37.13 | 20.33 | 3.89 | - |
| YUV | 100.86 | 93.1 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 39 | 0 | 0.82 | 0.84 | 0.06 | 0.9 | 0.87 | 0.55 |
| Hex | F0 | 2A | 27 | 0 | 52 | 54 | 6 | 1 | 57 | 37 |
| Octal | 360 | 52 | 47 | 0 | 122 | 124 | 6 | 1 | 127 | 67 |
| Binary | 11110000 | 101010 | 100111 | 0 | 1010010 | 1010100 | 110 | 1 | 1010111 | 110111 |
Color Harmonies of #F02A27
Complementary color
Monochromatic Colors of #F02A27
Black with #F02A27
Text Example
Text Example
White with #F02A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A27; }
p { color: rgb(240,42,39); }
H1.HeaderClassName
{
color: #F02A27;
}
.AnyTagClassName
{
color: #F02A27;
}
</style>
background-color css
<style>
a { background-color: #F02A27; }
a { background-color: rgb(240,42,39); }
div.DivClassName
{
background-color: #F02A27;
}
.BgClassName
{
background-color: #F02A27;
}
</style>
border-color css
<style>
span { border-color: #F02A27; }
span { border-color: rgb(240,42,39); }
td.TdClassName
{
border-color: #F02A27;
}
.TagClassName
{
border-color: #F02A27;
}
</style>