Shades of Sunset Orange #F14E3C
Tints of Sunset Orange #F14E3C
RGB
CMYK
RGB Variations
Color information
#F14E3C (or 0xF14E3C) is known color: Sunset Orange. HEX triplet: F1, 4E and 3C. RGB value is (241,78,60). Sum of RGB (Red+Green+Blue) = 241+78+60=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E3C is #0EB1C3. Grayscale: #7C7C7C. Windows color (decimal): -963012 or 3952369. OLE color: 3952369.
HSL color Cylindrical-coordinate representation of color #F14E3C: hue angle of 5.97º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F14E3C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 60 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.05 |
| HSL | 5.97º | 0.87% | 0.59% | - |
| HSV(B) | 5.97º | 0.75% | 0.95% | - |
| XYZ | 39.82 | 24.48 | 6.9 | - |
| YUV | 124.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 60 | 0 | 0.68 | 0.75 | 0.05 | 5.97 | 0.87 | 0.59 |
| Hex | F1 | 4E | 3C | 0 | 44 | 4B | 5 | 6 | 57 | 3B |
| Octal | 361 | 116 | 74 | 0 | 104 | 113 | 5 | 6 | 127 | 73 |
| Binary | 11110001 | 1001110 | 111100 | 0 | 1000100 | 1001011 | 101 | 110 | 1010111 | 111011 |
Color Harmonies of #F14E3C
Complementary color
Monochromatic Colors of #F14E3C
Black with #F14E3C
Text Example
Text Example
White with #F14E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E3C; }
p { color: rgb(241,78,60); }
H1.HeaderClassName
{
color: #F14E3C;
}
.AnyTagClassName
{
color: #F14E3C;
}
</style>
background-color css
<style>
a { background-color: #F14E3C; }
a { background-color: rgb(241,78,60); }
div.DivClassName
{
background-color: #F14E3C;
}
.BgClassName
{
background-color: #F14E3C;
}
</style>
border-color css
<style>
span { border-color: #F14E3C; }
span { border-color: rgb(241,78,60); }
td.TdClassName
{
border-color: #F14E3C;
}
.TagClassName
{
border-color: #F14E3C;
}
</style>