Shades of Sunshade #F4A14E
Tints of Sunshade #F4A14E
RGB
CMYK
RGB Variations
Color information
#F4A14E (or 0xF4A14E) is known color: Sunshade. HEX triplet: F4, A1 and 4E. RGB value is (244,161,78). Sum of RGB (Red+Green+Blue) = 244+161+78=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A14E is #0B5EB1. Grayscale: #B0B0B0. Windows color (decimal): -745138 or 5153268. OLE color: 5153268.
HSL color Cylindrical-coordinate representation of color #F4A14E: hue angle of 30º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4A14E is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 78 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.04 |
| HSL | 30º | 0.88% | 0.63% | - |
| HSV(B) | 30º | 0.68% | 0.96% | - |
| XYZ | 51.43 | 45.27 | 13.24 | - |
| YUV | 176.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 78 | 0 | 0.34 | 0.68 | 0.04 | 30 | 0.88 | 0.63 |
| Hex | F4 | A1 | 4E | 0 | 22 | 44 | 4 | 1E | 58 | 3F |
| Octal | 364 | 241 | 116 | 0 | 42 | 104 | 4 | 36 | 130 | 77 |
| Binary | 11110100 | 10100001 | 1001110 | 0 | 100010 | 1000100 | 100 | 11110 | 1011000 | 111111 |
Color Harmonies of #F4A14E
Complementary color
Monochromatic Colors of #F4A14E
Black with #F4A14E
Text Example
Text Example
White with #F4A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A14E; }
p { color: rgb(244,161,78); }
H1.HeaderClassName
{
color: #F4A14E;
}
.AnyTagClassName
{
color: #F4A14E;
}
</style>
background-color css
<style>
a { background-color: #F4A14E; }
a { background-color: rgb(244,161,78); }
div.DivClassName
{
background-color: #F4A14E;
}
.BgClassName
{
background-color: #F4A14E;
}
</style>
border-color css
<style>
span { border-color: #F4A14E; }
span { border-color: rgb(244,161,78); }
td.TdClassName
{
border-color: #F4A14E;
}
.TagClassName
{
border-color: #F4A14E;
}
</style>