Shades of Orange Red #F04002
Tints of Orange Red #F04002
RGB
CMYK
RGB Variations
Color information
#F04002 (or 0xF04002) is known color: Orange Red. HEX triplet: F0, 40 and 02. RGB value is (240,64,2). Sum of RGB (Red+Green+Blue) = 240+64+2=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F04002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04002 is #0FBFFD. Grayscale: #6D6D6D. Windows color (decimal): -1032190 or 147696. OLE color: 147696.
HSL color Cylindrical-coordinate representation of color #F04002: hue angle of 15.63º 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 #F04002 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.06 |
| HSL | 15.63º | 0.98% | 0.47% | - |
| HSV(B) | 15.63º | 0.99% | 0.94% | - |
| XYZ | 37.78 | 22.2 | 2.35 | - |
| YUV | 109.56 | 67.31 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 2 | 0 | 0.73 | 0.99 | 0.06 | 15.63 | 0.98 | 0.47 |
| Hex | F0 | 40 | 2 | 0 | 49 | 63 | 6 | 10 | 62 | 2F |
| Octal | 360 | 100 | 2 | 0 | 111 | 143 | 6 | 20 | 142 | 57 |
| Binary | 11110000 | 1000000 | 10 | 0 | 1001001 | 1100011 | 110 | 10000 | 1100010 | 101111 |
Color Harmonies of #F04002
Complementary color
Monochromatic Colors of #F04002
Black with #F04002
Text Example
Text Example
White with #F04002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04002; }
p { color: rgb(240,64,2); }
H1.HeaderClassName
{
color: #F04002;
}
.AnyTagClassName
{
color: #F04002;
}
</style>
background-color css
<style>
a { background-color: #F04002; }
a { background-color: rgb(240,64,2); }
div.DivClassName
{
background-color: #F04002;
}
.BgClassName
{
background-color: #F04002;
}
</style>
border-color css
<style>
span { border-color: #F04002; }
span { border-color: rgb(240,64,2); }
td.TdClassName
{
border-color: #F04002;
}
.TagClassName
{
border-color: #F04002;
}
</style>