Shades of Golden Tainoi #F8C64C
Tints of Golden Tainoi #F8C64C
RGB
CMYK
RGB Variations
Color information
#F8C64C (or 0xF8C64C) is known color: Golden Tainoi. HEX triplet: F8, C6 and 4C. RGB value is (248,198,76). Sum of RGB (Red+Green+Blue) = 248+198+76=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C64C is #0739B3. Grayscale: #C7C7C7. Windows color (decimal): -473524 or 5031672. OLE color: 5031672.
HSL color Cylindrical-coordinate representation of color #F8C64C: hue angle of 42.56º 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 #F8C64C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 76 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.03 |
| HSL | 42.56º | 0.92% | 0.64% | - |
| HSV(B) | 42.56º | 0.69% | 0.97% | - |
| XYZ | 60.21 | 60.87 | 15.41 | - |
| YUV | 199.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 76 | 0 | 0.20 | 0.69 | 0.03 | 42.56 | 0.92 | 0.64 |
| Hex | F8 | C6 | 4C | 0 | 14 | 45 | 3 | 2B | 5C | 40 |
| Octal | 370 | 306 | 114 | 0 | 24 | 105 | 3 | 53 | 134 | 100 |
| Binary | 11111000 | 11000110 | 1001100 | 0 | 10100 | 1000101 | 11 | 101011 | 1011100 | 1000000 |
Color Harmonies of #F8C64C
Complementary color
Monochromatic Colors of #F8C64C
Black with #F8C64C
Text Example
Text Example
White with #F8C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C64C; }
p { color: rgb(248,198,76); }
H1.HeaderClassName
{
color: #F8C64C;
}
.AnyTagClassName
{
color: #F8C64C;
}
</style>
background-color css
<style>
a { background-color: #F8C64C; }
a { background-color: rgb(248,198,76); }
div.DivClassName
{
background-color: #F8C64C;
}
.BgClassName
{
background-color: #F8C64C;
}
</style>
border-color css
<style>
span { border-color: #F8C64C; }
span { border-color: rgb(248,198,76); }
td.TdClassName
{
border-color: #F8C64C;
}
.TagClassName
{
border-color: #F8C64C;
}
</style>