Shades of Golden Tainoi #F8C456
Tints of Golden Tainoi #F8C456
RGB
CMYK
RGB Variations
Color information
#F8C456 (or 0xF8C456) is known color: Golden Tainoi. HEX triplet: F8, C4 and 56. RGB value is (248,196,86). Sum of RGB (Red+Green+Blue) = 248+196+86=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C456 is #073BA9. Grayscale: #C7C7C7. Windows color (decimal): -474026 or 5686520. OLE color: 5686520.
HSL color Cylindrical-coordinate representation of color #F8C456: hue angle of 40.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8C456 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 86 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.03 |
| HSL | 40.74º | 0.92% | 0.65% | - |
| HSV(B) | 40.74º | 0.65% | 0.97% | - |
| XYZ | 60.13 | 60.11 | 17.24 | - |
| YUV | 199.01 | 64.23 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 86 | 0 | 0.21 | 0.65 | 0.03 | 40.74 | 0.92 | 0.65 |
| Hex | F8 | C4 | 56 | 0 | 15 | 41 | 3 | 29 | 5C | 41 |
| Octal | 370 | 304 | 126 | 0 | 25 | 101 | 3 | 51 | 134 | 101 |
| Binary | 11111000 | 11000100 | 1010110 | 0 | 10101 | 1000001 | 11 | 101001 | 1011100 | 1000001 |
Color Harmonies of #F8C456
Complementary color
Monochromatic Colors of #F8C456
Black with #F8C456
Text Example
Text Example
White with #F8C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C456; }
p { color: rgb(248,196,86); }
H1.HeaderClassName
{
color: #F8C456;
}
.AnyTagClassName
{
color: #F8C456;
}
</style>
background-color css
<style>
a { background-color: #F8C456; }
a { background-color: rgb(248,196,86); }
div.DivClassName
{
background-color: #F8C456;
}
.BgClassName
{
background-color: #F8C456;
}
</style>
border-color css
<style>
span { border-color: #F8C456; }
span { border-color: rgb(248,196,86); }
td.TdClassName
{
border-color: #F8C456;
}
.TagClassName
{
border-color: #F8C456;
}
</style>