Shades of Sunshade #F8A14F
Tints of Sunshade #F8A14F
RGB
CMYK
RGB Variations
Color information
#F8A14F (or 0xF8A14F) is known color: Sunshade. HEX triplet: F8, A1 and 4F. RGB value is (248,161,79). Sum of RGB (Red+Green+Blue) = 248+161+79=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A14F is #075EB0. Grayscale: #B2B2B2. Windows color (decimal): -482993 or 5218808. OLE color: 5218808.
HSL color Cylindrical-coordinate representation of color #F8A14F: hue angle of 29.11º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8A14F is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 79 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.03 |
| HSL | 29.11º | 0.92% | 0.64% | - |
| HSV(B) | 29.11º | 0.68% | 0.97% | - |
| XYZ | 52.87 | 46.01 | 13.49 | - |
| YUV | 177.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 79 | 0 | 0.35 | 0.68 | 0.03 | 29.11 | 0.92 | 0.64 |
| Hex | F8 | A1 | 4F | 0 | 23 | 44 | 3 | 1D | 5C | 40 |
| Octal | 370 | 241 | 117 | 0 | 43 | 104 | 3 | 35 | 134 | 100 |
| Binary | 11111000 | 10100001 | 1001111 | 0 | 100011 | 1000100 | 11 | 11101 | 1011100 | 1000000 |
Color Harmonies of #F8A14F
Complementary color
Monochromatic Colors of #F8A14F
Black with #F8A14F
Text Example
Text Example
White with #F8A14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A14F; }
p { color: rgb(248,161,79); }
H1.HeaderClassName
{
color: #F8A14F;
}
.AnyTagClassName
{
color: #F8A14F;
}
</style>
background-color css
<style>
a { background-color: #F8A14F; }
a { background-color: rgb(248,161,79); }
div.DivClassName
{
background-color: #F8A14F;
}
.BgClassName
{
background-color: #F8A14F;
}
</style>
border-color css
<style>
span { border-color: #F8A14F; }
span { border-color: rgb(248,161,79); }
td.TdClassName
{
border-color: #F8A14F;
}
.TagClassName
{
border-color: #F8A14F;
}
</style>