Shades of Golden Yellow #F8DF00
Tints of Golden Yellow #F8DF00
RGB
CMYK
RGB Variations
Color information
#F8DF00 (or 0xF8DF00) is known color: Golden Yellow. HEX triplet: F8, DF and 00. RGB value is (248,223,0). Sum of RGB (Red+Green+Blue) = 248+223+0=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF00 is #0720FF. Grayscale: #CDCDCD. Windows color (decimal): -467200 or 57336. OLE color: 57336.
HSL color Cylindrical-coordinate representation of color #F8DF00: hue angle of 53.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8DF00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.03 |
| HSL | 53.95º | 1% | 0.49% | - |
| HSV(B) | 53.95º | 1% | 0.97% | - |
| XYZ | 65.1 | 72.73 | 10.61 | - |
| YUV | 205.05 | 12.28 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 0 | 0 | 0.10 | 1 | 0.03 | 53.95 | 1 | 0.49 |
| Hex | F8 | DF | 0 | 0 | A | 64 | 3 | 36 | 64 | 31 |
| Octal | 370 | 337 | 0 | 0 | 12 | 144 | 3 | 66 | 144 | 61 |
| Binary | 11111000 | 11011111 | 0 | 0 | 1010 | 1100100 | 11 | 110110 | 1100100 | 110001 |
Color Harmonies of #F8DF00
Complementary color
Monochromatic Colors of #F8DF00
Black with #F8DF00
Text Example
Text Example
White with #F8DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF00; }
p { color: rgb(248,223,0); }
H1.HeaderClassName
{
color: #F8DF00;
}
.AnyTagClassName
{
color: #F8DF00;
}
</style>
background-color css
<style>
a { background-color: #F8DF00; }
a { background-color: rgb(248,223,0); }
div.DivClassName
{
background-color: #F8DF00;
}
.BgClassName
{
background-color: #F8DF00;
}
</style>
border-color css
<style>
span { border-color: #F8DF00; }
span { border-color: rgb(248,223,0); }
td.TdClassName
{
border-color: #F8DF00;
}
.TagClassName
{
border-color: #F8DF00;
}
</style>