Shades of Sunshade #F8A34E
Tints of Sunshade #F8A34E
RGB
CMYK
RGB Variations
Color information
#F8A34E (or 0xF8A34E) is known color: Sunshade. HEX triplet: F8, A3 and 4E. RGB value is (248,163,78). Sum of RGB (Red+Green+Blue) = 248+163+78=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A34E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A34E is #075CB1. Grayscale: #B3B3B3. Windows color (decimal): -482482 or 5153784. OLE color: 5153784.
HSL color Cylindrical-coordinate representation of color #F8A34E: hue angle of 30º 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 #F8A34E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 78 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.03 |
| HSL | 30º | 0.92% | 0.64% | - |
| HSV(B) | 30º | 0.69% | 0.97% | - |
| XYZ | 53.18 | 46.7 | 13.42 | - |
| YUV | 178.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 78 | 0 | 0.34 | 0.69 | 0.03 | 30 | 0.92 | 0.64 |
| Hex | F8 | A3 | 4E | 0 | 22 | 45 | 3 | 1E | 5C | 40 |
| Octal | 370 | 243 | 116 | 0 | 42 | 105 | 3 | 36 | 134 | 100 |
| Binary | 11111000 | 10100011 | 1001110 | 0 | 100010 | 1000101 | 11 | 11110 | 1011100 | 1000000 |
Color Harmonies of #F8A34E
Complementary color
Monochromatic Colors of #F8A34E
Black with #F8A34E
Text Example
Text Example
White with #F8A34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A34E; }
p { color: rgb(248,163,78); }
H1.HeaderClassName
{
color: #F8A34E;
}
.AnyTagClassName
{
color: #F8A34E;
}
</style>
background-color css
<style>
a { background-color: #F8A34E; }
a { background-color: rgb(248,163,78); }
div.DivClassName
{
background-color: #F8A34E;
}
.BgClassName
{
background-color: #F8A34E;
}
</style>
border-color css
<style>
span { border-color: #F8A34E; }
span { border-color: rgb(248,163,78); }
td.TdClassName
{
border-color: #F8A34E;
}
.TagClassName
{
border-color: #F8A34E;
}
</style>