Shades of Golden Tainoi #F8C056
Tints of Golden Tainoi #F8C056
RGB
CMYK
RGB Variations
Color information
#F8C056 (or 0xF8C056) is known color: Golden Tainoi. HEX triplet: F8, C0 and 56. RGB value is (248,192,86). Sum of RGB (Red+Green+Blue) = 248+192+86=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C056 is #073FA9. Grayscale: #C5C5C5. Windows color (decimal): -475050 or 5685496. OLE color: 5685496.
HSL color Cylindrical-coordinate representation of color #F8C056: hue angle of 39.26º 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 #F8C056 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 86 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.03 |
| HSL | 39.26º | 0.92% | 0.65% | - |
| HSV(B) | 39.26º | 0.65% | 0.97% | - |
| XYZ | 59.24 | 58.33 | 16.94 | - |
| YUV | 196.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 86 | 0 | 0.23 | 0.65 | 0.03 | 39.26 | 0.92 | 0.65 |
| Hex | F8 | C0 | 56 | 0 | 17 | 41 | 3 | 27 | 5C | 41 |
| Octal | 370 | 300 | 126 | 0 | 27 | 101 | 3 | 47 | 134 | 101 |
| Binary | 11111000 | 11000000 | 1010110 | 0 | 10111 | 1000001 | 11 | 100111 | 1011100 | 1000001 |
Color Harmonies of #F8C056
Complementary color
Monochromatic Colors of #F8C056
Black with #F8C056
Text Example
Text Example
White with #F8C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C056; }
p { color: rgb(248,192,86); }
H1.HeaderClassName
{
color: #F8C056;
}
.AnyTagClassName
{
color: #F8C056;
}
</style>
background-color css
<style>
a { background-color: #F8C056; }
a { background-color: rgb(248,192,86); }
div.DivClassName
{
background-color: #F8C056;
}
.BgClassName
{
background-color: #F8C056;
}
</style>
border-color css
<style>
span { border-color: #F8C056; }
span { border-color: rgb(248,192,86); }
td.TdClassName
{
border-color: #F8C056;
}
.TagClassName
{
border-color: #F8C056;
}
</style>