Shades of Sunshade #F8A14E
Tints of Sunshade #F8A14E
RGB
CMYK
RGB Variations
Color information
#F8A14E (or 0xF8A14E) is known color: Sunshade. HEX triplet: F8, A1 and 4E. RGB value is (248,161,78). Sum of RGB (Red+Green+Blue) = 248+161+78=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A14E is #075EB1. Grayscale: #B1B1B1. Windows color (decimal): -482994 or 5153272. OLE color: 5153272.
HSL color Cylindrical-coordinate representation of color #F8A14E: hue angle of 29.29º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8A14E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 78 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.03 |
| HSL | 29.29º | 0.92% | 0.64% | - |
| HSV(B) | 29.29º | 0.69% | 0.97% | - |
| XYZ | 52.83 | 46 | 13.3 | - |
| YUV | 177.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 78 | 0 | 0.35 | 0.69 | 0.03 | 29.29 | 0.92 | 0.64 |
| Hex | F8 | A1 | 4E | 0 | 23 | 45 | 3 | 1D | 5C | 40 |
| Octal | 370 | 241 | 116 | 0 | 43 | 105 | 3 | 35 | 134 | 100 |
| Binary | 11111000 | 10100001 | 1001110 | 0 | 100011 | 1000101 | 11 | 11101 | 1011100 | 1000000 |
Color Harmonies of #F8A14E
Complementary color
Monochromatic Colors of #F8A14E
Black with #F8A14E
Text Example
Text Example
White with #F8A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A14E; }
p { color: rgb(248,161,78); }
H1.HeaderClassName
{
color: #F8A14E;
}
.AnyTagClassName
{
color: #F8A14E;
}
</style>
background-color css
<style>
a { background-color: #F8A14E; }
a { background-color: rgb(248,161,78); }
div.DivClassName
{
background-color: #F8A14E;
}
.BgClassName
{
background-color: #F8A14E;
}
</style>
border-color css
<style>
span { border-color: #F8A14E; }
span { border-color: rgb(248,161,78); }
td.TdClassName
{
border-color: #F8A14E;
}
.TagClassName
{
border-color: #F8A14E;
}
</style>