Shades of Orange Red #F03502
Tints of Orange Red #F03502
RGB
CMYK
RGB Variations
Color information
#F03502 (or 0xF03502) is known color: Orange Red. HEX triplet: F0, 35 and 02. RGB value is (240,53,2). Sum of RGB (Red+Green+Blue) = 240+53+2=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F03502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03502 is #0FCAFD. Grayscale: #676767. Windows color (decimal): -1035006 or 144880. OLE color: 144880.
HSL color Cylindrical-coordinate representation of color #F03502: hue angle of 12.86º 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 #F03502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.06 |
| HSL | 12.86º | 0.98% | 0.47% | - |
| HSV(B) | 12.86º | 0.99% | 0.94% | - |
| XYZ | 37.22 | 21.08 | 2.16 | - |
| YUV | 103.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 2 | 0 | 0.78 | 0.99 | 0.06 | 12.86 | 0.98 | 0.47 |
| Hex | F0 | 35 | 2 | 0 | 4E | 63 | 6 | D | 62 | 2F |
| Octal | 360 | 65 | 2 | 0 | 116 | 143 | 6 | 15 | 142 | 57 |
| Binary | 11110000 | 110101 | 10 | 0 | 1001110 | 1100011 | 110 | 1101 | 1100010 | 101111 |
Color Harmonies of #F03502
Complementary color
Monochromatic Colors of #F03502
Black with #F03502
Text Example
Text Example
White with #F03502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03502; }
p { color: rgb(240,53,2); }
H1.HeaderClassName
{
color: #F03502;
}
.AnyTagClassName
{
color: #F03502;
}
</style>
background-color css
<style>
a { background-color: #F03502; }
a { background-color: rgb(240,53,2); }
div.DivClassName
{
background-color: #F03502;
}
.BgClassName
{
background-color: #F03502;
}
</style>
border-color css
<style>
span { border-color: #F03502; }
span { border-color: rgb(240,53,2); }
td.TdClassName
{
border-color: #F03502;
}
.TagClassName
{
border-color: #F03502;
}
</style>