Shades of Red Orange #F02C25
Tints of Red Orange #F02C25
RGB
CMYK
RGB Variations
Color information
#F02C25 (or 0xF02C25) is known color: Red Orange. HEX triplet: F0, 2C and 25. RGB value is (240,44,37). Sum of RGB (Red+Green+Blue) = 240+44+37=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C25 is #0FD3DA. Grayscale: #666666. Windows color (decimal): -1037275 or 2436336. OLE color: 2436336.
HSL color Cylindrical-coordinate representation of color #F02C25: hue angle of 2.07º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02C25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 37 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.06 |
| HSL | 2.07º | 0.87% | 0.54% | - |
| HSV(B) | 2.07º | 0.85% | 0.94% | - |
| XYZ | 37.17 | 20.46 | 3.74 | - |
| YUV | 101.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 37 | 0 | 0.82 | 0.85 | 0.06 | 2.07 | 0.87 | 0.54 |
| Hex | F0 | 2C | 25 | 0 | 52 | 55 | 6 | 2 | 57 | 36 |
| Octal | 360 | 54 | 45 | 0 | 122 | 125 | 6 | 2 | 127 | 66 |
| Binary | 11110000 | 101100 | 100101 | 0 | 1010010 | 1010101 | 110 | 10 | 1010111 | 110110 |
Color Harmonies of #F02C25
Complementary color
Monochromatic Colors of #F02C25
Black with #F02C25
Text Example
Text Example
White with #F02C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C25; }
p { color: rgb(240,44,37); }
H1.HeaderClassName
{
color: #F02C25;
}
.AnyTagClassName
{
color: #F02C25;
}
</style>
background-color css
<style>
a { background-color: #F02C25; }
a { background-color: rgb(240,44,37); }
div.DivClassName
{
background-color: #F02C25;
}
.BgClassName
{
background-color: #F02C25;
}
</style>
border-color css
<style>
span { border-color: #F02C25; }
span { border-color: rgb(240,44,37); }
td.TdClassName
{
border-color: #F02C25;
}
.TagClassName
{
border-color: #F02C25;
}
</style>