Shades of Orange Red #F04401
Tints of Orange Red #F04401
RGB
CMYK
RGB Variations
Color information
#F04401 (or 0xF04401) is known color: Orange Red. HEX triplet: F0, 44 and 01. RGB value is (240,68,1). Sum of RGB (Red+Green+Blue) = 240+68+1=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F04401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04401 is #0FBBFE. Grayscale: #707070. Windows color (decimal): -1031167 or 83184. OLE color: 83184.
HSL color Cylindrical-coordinate representation of color #F04401: hue angle of 16.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 #F04401 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.06 |
| HSL | 16.82º | 0.99% | 0.47% | - |
| HSV(B) | 16.82º | 1% | 0.94% | - |
| XYZ | 38.01 | 22.66 | 2.4 | - |
| YUV | 111.79 | 65.48 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 1 | 0 | 0.72 | 1.00 | 0.06 | 16.82 | 0.99 | 0.47 |
| Hex | F0 | 44 | 1 | 0 | 48 | 64 | 6 | 11 | 63 | 2F |
| Octal | 360 | 104 | 1 | 0 | 110 | 144 | 6 | 21 | 143 | 57 |
| Binary | 11110000 | 1000100 | 1 | 0 | 1001000 | 1100100 | 110 | 10001 | 1100011 | 101111 |
Color Harmonies of #F04401
Complementary color
Monochromatic Colors of #F04401
Black with #F04401
Text Example
Text Example
White with #F04401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04401; }
p { color: rgb(240,68,1); }
H1.HeaderClassName
{
color: #F04401;
}
.AnyTagClassName
{
color: #F04401;
}
</style>
background-color css
<style>
a { background-color: #F04401; }
a { background-color: rgb(240,68,1); }
div.DivClassName
{
background-color: #F04401;
}
.BgClassName
{
background-color: #F04401;
}
</style>
border-color css
<style>
span { border-color: #F04401; }
span { border-color: rgb(240,68,1); }
td.TdClassName
{
border-color: #F04401;
}
.TagClassName
{
border-color: #F04401;
}
</style>