Shades of Sunshade #F8A340
Tints of Sunshade #F8A340
RGB
CMYK
RGB Variations
Color information
#F8A340 (or 0xF8A340) is known color: Sunshade. HEX triplet: F8, A3 and 40. RGB value is (248,163,64). Sum of RGB (Red+Green+Blue) = 248+163+64=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A340 is #075CBF. Grayscale: #B1B1B1. Windows color (decimal): -482496 or 4236280. OLE color: 4236280.
HSL color Cylindrical-coordinate representation of color #F8A340: hue angle of 32.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8A340 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 64 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.03 |
| HSL | 32.28º | 0.93% | 0.61% | - |
| HSV(B) | 32.28º | 0.74% | 0.97% | - |
| XYZ | 52.73 | 46.52 | 11.05 | - |
| YUV | 177.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 64 | 0 | 0.34 | 0.74 | 0.03 | 32.28 | 0.93 | 0.61 |
| Hex | F8 | A3 | 40 | 0 | 22 | 4A | 3 | 20 | 5D | 3D |
| Octal | 370 | 243 | 100 | 0 | 42 | 112 | 3 | 40 | 135 | 75 |
| Binary | 11111000 | 10100011 | 1000000 | 0 | 100010 | 1001010 | 11 | 100000 | 1011101 | 111101 |
Color Harmonies of #F8A340
Complementary color
Monochromatic Colors of #F8A340
Black with #F8A340
Text Example
Text Example
White with #F8A340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A340; }
p { color: rgb(248,163,64); }
H1.HeaderClassName
{
color: #F8A340;
}
.AnyTagClassName
{
color: #F8A340;
}
</style>
background-color css
<style>
a { background-color: #F8A340; }
a { background-color: rgb(248,163,64); }
div.DivClassName
{
background-color: #F8A340;
}
.BgClassName
{
background-color: #F8A340;
}
</style>
border-color css
<style>
span { border-color: #F8A340; }
span { border-color: rgb(248,163,64); }
td.TdClassName
{
border-color: #F8A340;
}
.TagClassName
{
border-color: #F8A340;
}
</style>