Shades of Orange Red #F03D02
Tints of Orange Red #F03D02
RGB
CMYK
RGB Variations
Color information
#F03D02 (or 0xF03D02) is known color: Orange Red. HEX triplet: F0, 3D and 02. RGB value is (240,61,2). Sum of RGB (Red+Green+Blue) = 240+61+2=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D02 is #0FC2FD. Grayscale: #6C6C6C. Windows color (decimal): -1032958 or 146928. OLE color: 146928.
HSL color Cylindrical-coordinate representation of color #F03D02: hue angle of 14.87º 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 #F03D02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.06 |
| HSL | 14.87º | 0.98% | 0.47% | - |
| HSV(B) | 14.87º | 0.99% | 0.94% | - |
| XYZ | 37.61 | 21.87 | 2.3 | - |
| YUV | 107.8 | 68.3 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 2 | 0 | 0.75 | 0.99 | 0.06 | 14.87 | 0.98 | 0.47 |
| Hex | F0 | 3D | 2 | 0 | 4B | 63 | 6 | F | 62 | 2F |
| Octal | 360 | 75 | 2 | 0 | 113 | 143 | 6 | 17 | 142 | 57 |
| Binary | 11110000 | 111101 | 10 | 0 | 1001011 | 1100011 | 110 | 1111 | 1100010 | 101111 |
Color Harmonies of #F03D02
Complementary color
Monochromatic Colors of #F03D02
Black with #F03D02
Text Example
Text Example
White with #F03D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D02; }
p { color: rgb(240,61,2); }
H1.HeaderClassName
{
color: #F03D02;
}
.AnyTagClassName
{
color: #F03D02;
}
</style>
background-color css
<style>
a { background-color: #F03D02; }
a { background-color: rgb(240,61,2); }
div.DivClassName
{
background-color: #F03D02;
}
.BgClassName
{
background-color: #F03D02;
}
</style>
border-color css
<style>
span { border-color: #F03D02; }
span { border-color: rgb(240,61,2); }
td.TdClassName
{
border-color: #F03D02;
}
.TagClassName
{
border-color: #F03D02;
}
</style>