Shades of Orange Red #F03D01
Tints of Orange Red #F03D01
RGB
CMYK
RGB Variations
Color information
#F03D01 (or 0xF03D01) is known color: Orange Red. HEX triplet: F0, 3D and 01. RGB value is (240,61,1). Sum of RGB (Red+Green+Blue) = 240+61+1=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D01 is #0FC2FE. Grayscale: #6C6C6C. Windows color (decimal): -1032959 or 81392. OLE color: 81392.
HSL color Cylindrical-coordinate representation of color #F03D01: hue angle of 15.06º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03D01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.06 |
| HSL | 15.06º | 0.99% | 0.47% | - |
| HSV(B) | 15.06º | 1% | 0.94% | - |
| XYZ | 37.61 | 21.86 | 2.27 | - |
| YUV | 107.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 1 | 0 | 0.75 | 1.00 | 0.06 | 15.06 | 0.99 | 0.47 |
| Hex | F0 | 3D | 1 | 0 | 4B | 64 | 6 | F | 63 | 2F |
| Octal | 360 | 75 | 1 | 0 | 113 | 144 | 6 | 17 | 143 | 57 |
| Binary | 11110000 | 111101 | 1 | 0 | 1001011 | 1100100 | 110 | 1111 | 1100011 | 101111 |
Color Harmonies of #F03D01
Complementary color
Monochromatic Colors of #F03D01
Black with #F03D01
Text Example
Text Example
White with #F03D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D01; }
p { color: rgb(240,61,1); }
H1.HeaderClassName
{
color: #F03D01;
}
.AnyTagClassName
{
color: #F03D01;
}
</style>
background-color css
<style>
a { background-color: #F03D01; }
a { background-color: rgb(240,61,1); }
div.DivClassName
{
background-color: #F03D01;
}
.BgClassName
{
background-color: #F03D01;
}
</style>
border-color css
<style>
span { border-color: #F03D01; }
span { border-color: rgb(240,61,1); }
td.TdClassName
{
border-color: #F03D01;
}
.TagClassName
{
border-color: #F03D01;
}
</style>