Shades of Sunset Orange #F14C41
Tints of Sunset Orange #F14C41
RGB
CMYK
RGB Variations
Color information
#F14C41 (or 0xF14C41) is known color: Sunset Orange. HEX triplet: F1, 4C and 41. RGB value is (241,76,65). Sum of RGB (Red+Green+Blue) = 241+76+65=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C41 is #0EB3BE. Grayscale: #7C7C7C. Windows color (decimal): -963519 or 4279537. OLE color: 4279537.
HSL color Cylindrical-coordinate representation of color #F14C41: hue angle of 3.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14C41 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 65 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.05 |
| HSL | 3.75º | 0.86% | 0.6% | - |
| HSV(B) | 3.75º | 0.73% | 0.95% | - |
| XYZ | 39.81 | 24.25 | 7.58 | - |
| YUV | 124.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 65 | 0 | 0.68 | 0.73 | 0.05 | 3.75 | 0.86 | 0.6 |
| Hex | F1 | 4C | 41 | 0 | 44 | 49 | 5 | 4 | 56 | 3C |
| Octal | 361 | 114 | 101 | 0 | 104 | 111 | 5 | 4 | 126 | 74 |
| Binary | 11110001 | 1001100 | 1000001 | 0 | 1000100 | 1001001 | 101 | 100 | 1010110 | 111100 |
Color Harmonies of #F14C41
Complementary color
Monochromatic Colors of #F14C41
Black with #F14C41
Text Example
Text Example
White with #F14C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C41; }
p { color: rgb(241,76,65); }
H1.HeaderClassName
{
color: #F14C41;
}
.AnyTagClassName
{
color: #F14C41;
}
</style>
background-color css
<style>
a { background-color: #F14C41; }
a { background-color: rgb(241,76,65); }
div.DivClassName
{
background-color: #F14C41;
}
.BgClassName
{
background-color: #F14C41;
}
</style>
border-color css
<style>
span { border-color: #F14C41; }
span { border-color: rgb(241,76,65); }
td.TdClassName
{
border-color: #F14C41;
}
.TagClassName
{
border-color: #F14C41;
}
</style>