Shades of Orange Red #F03802
Tints of Orange Red #F03802
RGB
CMYK
RGB Variations
Color information
#F03802 (or 0xF03802) is known color: Orange Red. HEX triplet: F0, 38 and 02. RGB value is (240,56,2). Sum of RGB (Red+Green+Blue) = 240+56+2=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F03802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03802 is #0FC7FD. Grayscale: #696969. Windows color (decimal): -1034238 or 145648. OLE color: 145648.
HSL color Cylindrical-coordinate representation of color #F03802: hue angle of 13.61º 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 #F03802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.06 |
| HSL | 13.61º | 0.98% | 0.47% | - |
| HSV(B) | 13.61º | 0.99% | 0.94% | - |
| XYZ | 37.36 | 21.36 | 2.21 | - |
| YUV | 104.86 | 69.96 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 2 | 0 | 0.77 | 0.99 | 0.06 | 13.61 | 0.98 | 0.47 |
| Hex | F0 | 38 | 2 | 0 | 4D | 63 | 6 | E | 62 | 2F |
| Octal | 360 | 70 | 2 | 0 | 115 | 143 | 6 | 16 | 142 | 57 |
| Binary | 11110000 | 111000 | 10 | 0 | 1001101 | 1100011 | 110 | 1110 | 1100010 | 101111 |
Color Harmonies of #F03802
Complementary color
Monochromatic Colors of #F03802
Black with #F03802
Text Example
Text Example
White with #F03802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03802; }
p { color: rgb(240,56,2); }
H1.HeaderClassName
{
color: #F03802;
}
.AnyTagClassName
{
color: #F03802;
}
</style>
background-color css
<style>
a { background-color: #F03802; }
a { background-color: rgb(240,56,2); }
div.DivClassName
{
background-color: #F03802;
}
.BgClassName
{
background-color: #F03802;
}
</style>
border-color css
<style>
span { border-color: #F03802; }
span { border-color: rgb(240,56,2); }
td.TdClassName
{
border-color: #F03802;
}
.TagClassName
{
border-color: #F03802;
}
</style>