Shades of Sunshade #F8A140
Tints of Sunshade #F8A140
RGB
CMYK
RGB Variations
Color information
#F8A140 (or 0xF8A140) is known color: Sunshade. HEX triplet: F8, A1 and 40. RGB value is (248,161,64). Sum of RGB (Red+Green+Blue) = 248+161+64=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A140 is #075EBF. Grayscale: #B0B0B0. Windows color (decimal): -483008 or 4235768. OLE color: 4235768.
HSL color Cylindrical-coordinate representation of color #F8A140: hue angle of 31.63º 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 #F8A140 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 64 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.03 |
| HSL | 31.63º | 0.93% | 0.61% | - |
| HSV(B) | 31.63º | 0.74% | 0.97% | - |
| XYZ | 52.38 | 45.82 | 10.93 | - |
| YUV | 175.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 64 | 0 | 0.35 | 0.74 | 0.03 | 31.63 | 0.93 | 0.61 |
| Hex | F8 | A1 | 40 | 0 | 23 | 4A | 3 | 20 | 5D | 3D |
| Octal | 370 | 241 | 100 | 0 | 43 | 112 | 3 | 40 | 135 | 75 |
| Binary | 11111000 | 10100001 | 1000000 | 0 | 100011 | 1001010 | 11 | 100000 | 1011101 | 111101 |
Color Harmonies of #F8A140
Complementary color
Monochromatic Colors of #F8A140
Black with #F8A140
Text Example
Text Example
White with #F8A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A140; }
p { color: rgb(248,161,64); }
H1.HeaderClassName
{
color: #F8A140;
}
.AnyTagClassName
{
color: #F8A140;
}
</style>
background-color css
<style>
a { background-color: #F8A140; }
a { background-color: rgb(248,161,64); }
div.DivClassName
{
background-color: #F8A140;
}
.BgClassName
{
background-color: #F8A140;
}
</style>
border-color css
<style>
span { border-color: #F8A140; }
span { border-color: rgb(248,161,64); }
td.TdClassName
{
border-color: #F8A140;
}
.TagClassName
{
border-color: #F8A140;
}
</style>