Shades of Golden Tainoi #F8C04F
Tints of Golden Tainoi #F8C04F
RGB
CMYK
RGB Variations
Color information
#F8C04F (or 0xF8C04F) is known color: Golden Tainoi. HEX triplet: F8, C0 and 4F. RGB value is (248,192,79). Sum of RGB (Red+Green+Blue) = 248+192+79=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C04F is #073FB0. Grayscale: #C4C4C4. Windows color (decimal): -475057 or 5226744. OLE color: 5226744.
HSL color Cylindrical-coordinate representation of color #F8C04F: hue angle of 40.12º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8C04F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 79 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.03 |
| HSL | 40.12º | 0.92% | 0.64% | - |
| HSV(B) | 40.12º | 0.68% | 0.97% | - |
| XYZ | 58.97 | 58.22 | 15.53 | - |
| YUV | 195.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 79 | 0 | 0.23 | 0.68 | 0.03 | 40.12 | 0.92 | 0.64 |
| Hex | F8 | C0 | 4F | 0 | 17 | 44 | 3 | 28 | 5C | 40 |
| Octal | 370 | 300 | 117 | 0 | 27 | 104 | 3 | 50 | 134 | 100 |
| Binary | 11111000 | 11000000 | 1001111 | 0 | 10111 | 1000100 | 11 | 101000 | 1011100 | 1000000 |
Color Harmonies of #F8C04F
Complementary color
Monochromatic Colors of #F8C04F
Black with #F8C04F
Text Example
Text Example
White with #F8C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C04F; }
p { color: rgb(248,192,79); }
H1.HeaderClassName
{
color: #F8C04F;
}
.AnyTagClassName
{
color: #F8C04F;
}
</style>
background-color css
<style>
a { background-color: #F8C04F; }
a { background-color: rgb(248,192,79); }
div.DivClassName
{
background-color: #F8C04F;
}
.BgClassName
{
background-color: #F8C04F;
}
</style>
border-color css
<style>
span { border-color: #F8C04F; }
span { border-color: rgb(248,192,79); }
td.TdClassName
{
border-color: #F8C04F;
}
.TagClassName
{
border-color: #F8C04F;
}
</style>