Shades of Sunset Orange #F14E4C
Tints of Sunset Orange #F14E4C
RGB
CMYK
RGB Variations
Color information
#F14E4C (or 0xF14E4C) is known color: Sunset Orange. HEX triplet: F1, 4E and 4C. RGB value is (241,78,76). Sum of RGB (Red+Green+Blue) = 241+78+76=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E4C is #0EB1B3. Grayscale: #7E7E7E. Windows color (decimal): -962996 or 5000945. OLE color: 5000945.
HSL color Cylindrical-coordinate representation of color #F14E4C: hue angle of 0.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E4C is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 76 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.05 |
| HSL | 0.73º | 0.85% | 0.62% | - |
| HSV(B) | 0.73º | 0.68% | 0.95% | - |
| XYZ | 40.3 | 24.67 | 9.48 | - |
| YUV | 126.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 76 | 0 | 0.68 | 0.68 | 0.05 | 0.73 | 0.85 | 0.62 |
| Hex | F1 | 4E | 4C | 0 | 44 | 44 | 5 | 1 | 55 | 3E |
| Octal | 361 | 116 | 114 | 0 | 104 | 104 | 5 | 1 | 125 | 76 |
| Binary | 11110001 | 1001110 | 1001100 | 0 | 1000100 | 1000100 | 101 | 1 | 1010101 | 111110 |
Color Harmonies of #F14E4C
Complementary color
Monochromatic Colors of #F14E4C
Black with #F14E4C
Text Example
Text Example
White with #F14E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E4C; }
p { color: rgb(241,78,76); }
H1.HeaderClassName
{
color: #F14E4C;
}
.AnyTagClassName
{
color: #F14E4C;
}
</style>
background-color css
<style>
a { background-color: #F14E4C; }
a { background-color: rgb(241,78,76); }
div.DivClassName
{
background-color: #F14E4C;
}
.BgClassName
{
background-color: #F14E4C;
}
</style>
border-color css
<style>
span { border-color: #F14E4C; }
span { border-color: rgb(241,78,76); }
td.TdClassName
{
border-color: #F14E4C;
}
.TagClassName
{
border-color: #F14E4C;
}
</style>