Shades of Orange Red #F14018
Tints of Orange Red #F14018
RGB
CMYK
RGB Variations
Color information
#F14018 (or 0xF14018) is known color: Orange Red. HEX triplet: F1, 40 and 18. RGB value is (241,64,24). Sum of RGB (Red+Green+Blue) = 241+64+24=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14018 is #0EBFE7. Grayscale: #707070. Windows color (decimal): -966632 or 1589489. OLE color: 1589489.
HSL color Cylindrical-coordinate representation of color #F14018: hue angle of 11.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14018 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.06º | 0.89% | 0.52% | - |
| HSV(B) | 11.06º | 0.9% | 0.95% | - |
| XYZ | 38.27 | 22.43 | 3.18 | - |
| YUV | 112.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 24 | 0 | 0.73 | 0.90 | 0.05 | 11.06 | 0.89 | 0.52 |
| Hex | F1 | 40 | 18 | 0 | 49 | 5A | 5 | B | 59 | 34 |
| Octal | 361 | 100 | 30 | 0 | 111 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110001 | 1000000 | 11000 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F14018
Complementary color
Monochromatic Colors of #F14018
Black with #F14018
Text Example
Text Example
White with #F14018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14018; }
p { color: rgb(241,64,24); }
H1.HeaderClassName
{
color: #F14018;
}
.AnyTagClassName
{
color: #F14018;
}
</style>
background-color css
<style>
a { background-color: #F14018; }
a { background-color: rgb(241,64,24); }
div.DivClassName
{
background-color: #F14018;
}
.BgClassName
{
background-color: #F14018;
}
</style>
border-color css
<style>
span { border-color: #F14018; }
span { border-color: rgb(241,64,24); }
td.TdClassName
{
border-color: #F14018;
}
.TagClassName
{
border-color: #F14018;
}
</style>