Shades of Red Orange #F02D29
Tints of Red Orange #F02D29
RGB
CMYK
RGB Variations
Color information
#F02D29 (or 0xF02D29) is known color: Red Orange. HEX triplet: F0, 2D and 29. RGB value is (240,45,41). Sum of RGB (Red+Green+Blue) = 240+45+41=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D29 is #0FD2D6. Grayscale: #676767. Windows color (decimal): -1037015 or 2698736. OLE color: 2698736.
HSL color Cylindrical-coordinate representation of color #F02D29: hue angle of 1.21º 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 #F02D29 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 41 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.06 |
| HSL | 1.21º | 0.87% | 0.55% | - |
| HSV(B) | 1.21º | 0.83% | 0.94% | - |
| XYZ | 37.27 | 20.56 | 4.1 | - |
| YUV | 102.85 | 93.1 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 41 | 0 | 0.81 | 0.83 | 0.06 | 1.21 | 0.87 | 0.55 |
| Hex | F0 | 2D | 29 | 0 | 51 | 53 | 6 | 1 | 57 | 37 |
| Octal | 360 | 55 | 51 | 0 | 121 | 123 | 6 | 1 | 127 | 67 |
| Binary | 11110000 | 101101 | 101001 | 0 | 1010001 | 1010011 | 110 | 1 | 1010111 | 110111 |
Color Harmonies of #F02D29
Complementary color
Monochromatic Colors of #F02D29
Black with #F02D29
Text Example
Text Example
White with #F02D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D29; }
p { color: rgb(240,45,41); }
H1.HeaderClassName
{
color: #F02D29;
}
.AnyTagClassName
{
color: #F02D29;
}
</style>
background-color css
<style>
a { background-color: #F02D29; }
a { background-color: rgb(240,45,41); }
div.DivClassName
{
background-color: #F02D29;
}
.BgClassName
{
background-color: #F02D29;
}
</style>
border-color css
<style>
span { border-color: #F02D29; }
span { border-color: rgb(240,45,41); }
td.TdClassName
{
border-color: #F02D29;
}
.TagClassName
{
border-color: #F02D29;
}
</style>