Shades of Orange Red #F04001
Tints of Orange Red #F04001
RGB
CMYK
RGB Variations
Color information
#F04001 (or 0xF04001) is known color: Orange Red. HEX triplet: F0, 40 and 01. RGB value is (240,64,1). Sum of RGB (Red+Green+Blue) = 240+64+1=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F04001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04001 is #0FBFFE. Grayscale: #6D6D6D. Windows color (decimal): -1032191 or 82160. OLE color: 82160.
HSL color Cylindrical-coordinate representation of color #F04001: hue angle of 15.82º 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 #F04001 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.06 |
| HSL | 15.82º | 0.99% | 0.47% | - |
| HSV(B) | 15.82º | 1% | 0.94% | - |
| XYZ | 37.77 | 22.19 | 2.32 | - |
| YUV | 109.44 | 66.81 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 1 | 0 | 0.73 | 1.00 | 0.06 | 15.82 | 0.99 | 0.47 |
| Hex | F0 | 40 | 1 | 0 | 49 | 64 | 6 | 10 | 63 | 2F |
| Octal | 360 | 100 | 1 | 0 | 111 | 144 | 6 | 20 | 143 | 57 |
| Binary | 11110000 | 1000000 | 1 | 0 | 1001001 | 1100100 | 110 | 10000 | 1100011 | 101111 |
Color Harmonies of #F04001
Complementary color
Monochromatic Colors of #F04001
Black with #F04001
Text Example
Text Example
White with #F04001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04001; }
p { color: rgb(240,64,1); }
H1.HeaderClassName
{
color: #F04001;
}
.AnyTagClassName
{
color: #F04001;
}
</style>
background-color css
<style>
a { background-color: #F04001; }
a { background-color: rgb(240,64,1); }
div.DivClassName
{
background-color: #F04001;
}
.BgClassName
{
background-color: #F04001;
}
</style>
border-color css
<style>
span { border-color: #F04001; }
span { border-color: rgb(240,64,1); }
td.TdClassName
{
border-color: #F04001;
}
.TagClassName
{
border-color: #F04001;
}
</style>