Shades of Red Orange #F02C28
Tints of Red Orange #F02C28
RGB
CMYK
RGB Variations
Color information
#F02C28 (or 0xF02C28) is known color: Red Orange. HEX triplet: F0, 2C and 28. RGB value is (240,44,40). Sum of RGB (Red+Green+Blue) = 240+44+40=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C28 is #0FD3D7. Grayscale: #666666. Windows color (decimal): -1037272 or 2632944. OLE color: 2632944.
HSL color Cylindrical-coordinate representation of color #F02C28: hue angle of 1.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02C28 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 40 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.06 |
| HSL | 1.2º | 0.87% | 0.55% | - |
| HSV(B) | 1.2º | 0.83% | 0.94% | - |
| XYZ | 37.22 | 20.48 | 4 | - |
| YUV | 102.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 40 | 0 | 0.82 | 0.83 | 0.06 | 1.2 | 0.87 | 0.55 |
| Hex | F0 | 2C | 28 | 0 | 52 | 53 | 6 | 1 | 57 | 37 |
| Octal | 360 | 54 | 50 | 0 | 122 | 123 | 6 | 1 | 127 | 67 |
| Binary | 11110000 | 101100 | 101000 | 0 | 1010010 | 1010011 | 110 | 1 | 1010111 | 110111 |
Color Harmonies of #F02C28
Complementary color
Monochromatic Colors of #F02C28
Black with #F02C28
Text Example
Text Example
White with #F02C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C28; }
p { color: rgb(240,44,40); }
H1.HeaderClassName
{
color: #F02C28;
}
.AnyTagClassName
{
color: #F02C28;
}
</style>
background-color css
<style>
a { background-color: #F02C28; }
a { background-color: rgb(240,44,40); }
div.DivClassName
{
background-color: #F02C28;
}
.BgClassName
{
background-color: #F02C28;
}
</style>
border-color css
<style>
span { border-color: #F02C28; }
span { border-color: rgb(240,44,40); }
td.TdClassName
{
border-color: #F02C28;
}
.TagClassName
{
border-color: #F02C28;
}
</style>