Shades of Orange Red #F14102
Tints of Orange Red #F14102
RGB
CMYK
RGB Variations
Color information
#F14102 (or 0xF14102) is known color: Orange Red. HEX triplet: F1, 41 and 02. RGB value is (241,65,2). Sum of RGB (Red+Green+Blue) = 241+65+2=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F14102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14102 is #0EBEFD. Grayscale: #6E6E6E. Windows color (decimal): -966398 or 147953. OLE color: 147953.
HSL color Cylindrical-coordinate representation of color #F14102: hue angle of 15.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F14102 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.05 |
| HSL | 15.82º | 0.98% | 0.48% | - |
| HSV(B) | 15.82º | 0.99% | 0.95% | - |
| XYZ | 38.18 | 22.49 | 2.39 | - |
| YUV | 110.44 | 66.81 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 2 | 0 | 0.73 | 0.99 | 0.05 | 15.82 | 0.98 | 0.48 |
| Hex | F1 | 41 | 2 | 0 | 49 | 63 | 5 | 10 | 62 | 30 |
| Octal | 361 | 101 | 2 | 0 | 111 | 143 | 5 | 20 | 142 | 60 |
| Binary | 11110001 | 1000001 | 10 | 0 | 1001001 | 1100011 | 101 | 10000 | 1100010 | 110000 |
Color Harmonies of #F14102
Complementary color
Monochromatic Colors of #F14102
Black with #F14102
Text Example
Text Example
White with #F14102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14102; }
p { color: rgb(241,65,2); }
H1.HeaderClassName
{
color: #F14102;
}
.AnyTagClassName
{
color: #F14102;
}
</style>
background-color css
<style>
a { background-color: #F14102; }
a { background-color: rgb(241,65,2); }
div.DivClassName
{
background-color: #F14102;
}
.BgClassName
{
background-color: #F14102;
}
</style>
border-color css
<style>
span { border-color: #F14102; }
span { border-color: rgb(241,65,2); }
td.TdClassName
{
border-color: #F14102;
}
.TagClassName
{
border-color: #F14102;
}
</style>