Shades of Orange Red #F04802
Tints of Orange Red #F04802
RGB
CMYK
RGB Variations
Color information
#F04802 (or 0xF04802) is known color: Orange Red. HEX triplet: F0, 48 and 02. RGB value is (240,72,2). Sum of RGB (Red+Green+Blue) = 240+72+2=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04802 is #0FB7FD. Grayscale: #727272. Windows color (decimal): -1030142 or 149744. OLE color: 149744.
HSL color Cylindrical-coordinate representation of color #F04802: hue angle of 17.65º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04802 is Cyan = 0, Magento = 0.7, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 2 | - |
| CMYK | 0 | 0.7 | 0.99 | 0.06 |
| HSL | 17.65º | 0.98% | 0.47% | - |
| HSV(B) | 17.65º | 0.99% | 0.94% | - |
| XYZ | 38.26 | 23.16 | 2.51 | - |
| YUV | 114.25 | 64.66 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 2 | 0 | 0.7 | 0.99 | 0.06 | 17.65 | 0.98 | 0.47 |
| Hex | F0 | 48 | 2 | 0 | 46 | 63 | 6 | 12 | 62 | 2F |
| Octal | 360 | 110 | 2 | 0 | 106 | 143 | 6 | 22 | 142 | 57 |
| Binary | 11110000 | 1001000 | 10 | 0 | 1000110 | 1100011 | 110 | 10010 | 1100010 | 101111 |
Color Harmonies of #F04802
Complementary color
Monochromatic Colors of #F04802
Black with #F04802
Text Example
Text Example
White with #F04802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04802; }
p { color: rgb(240,72,2); }
H1.HeaderClassName
{
color: #F04802;
}
.AnyTagClassName
{
color: #F04802;
}
</style>
background-color css
<style>
a { background-color: #F04802; }
a { background-color: rgb(240,72,2); }
div.DivClassName
{
background-color: #F04802;
}
.BgClassName
{
background-color: #F04802;
}
</style>
border-color css
<style>
span { border-color: #F04802; }
span { border-color: rgb(240,72,2); }
td.TdClassName
{
border-color: #F04802;
}
.TagClassName
{
border-color: #F04802;
}
</style>