Shades of Golden Yellow #F8E108
Tints of Golden Yellow #F8E108
RGB
CMYK
RGB Variations
Color information
#F8E108 (or 0xF8E108) is known color: Golden Yellow. HEX triplet: F8, E1 and 08. RGB value is (248,225,8). Sum of RGB (Red+Green+Blue) = 248+225+8=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 8 (3.52% from 255 or 1.66% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E108 is #071EF7. Grayscale: #D0D0D0. Windows color (decimal): -466680 or 582136. OLE color: 582136.
HSL color Cylindrical-coordinate representation of color #F8E108: hue angle of 54.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8E108 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 8 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.03 |
| HSL | 54.25º | 0.94% | 0.5% | - |
| HSV(B) | 54.25º | 0.97% | 0.97% | - |
| XYZ | 65.68 | 73.82 | 11.02 | - |
| YUV | 207.14 | 15.62 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 8 | 0 | 0.09 | 0.97 | 0.03 | 54.25 | 0.94 | 0.5 |
| Hex | F8 | E1 | 8 | 0 | 9 | 61 | 3 | 36 | 5E | 32 |
| Octal | 370 | 341 | 10 | 0 | 11 | 141 | 3 | 66 | 136 | 62 |
| Binary | 11111000 | 11100001 | 1000 | 0 | 1001 | 1100001 | 11 | 110110 | 1011110 | 110010 |
Color Harmonies of #F8E108
Complementary color
Monochromatic Colors of #F8E108
Black with #F8E108
Text Example
Text Example
White with #F8E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E108; }
p { color: rgb(248,225,8); }
H1.HeaderClassName
{
color: #F8E108;
}
.AnyTagClassName
{
color: #F8E108;
}
</style>
background-color css
<style>
a { background-color: #F8E108; }
a { background-color: rgb(248,225,8); }
div.DivClassName
{
background-color: #F8E108;
}
.BgClassName
{
background-color: #F8E108;
}
</style>
border-color css
<style>
span { border-color: #F8E108; }
span { border-color: rgb(248,225,8); }
td.TdClassName
{
border-color: #F8E108;
}
.TagClassName
{
border-color: #F8E108;
}
</style>