Shades of Golden Yellow #F8DD07
Tints of Golden Yellow #F8DD07
RGB
CMYK
RGB Variations
Color information
#F8DD07 (or 0xF8DD07) is known color: Golden Yellow. HEX triplet: F8, DD and 07. RGB value is (248,221,7). Sum of RGB (Red+Green+Blue) = 248+221+7=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DD07 is #0722F8. Grayscale: #CDCDCD. Windows color (decimal): -467705 or 515576. OLE color: 515576.
HSL color Cylindrical-coordinate representation of color #F8DD07: hue angle of 53.28º degrees, saturation: 0.95, 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 #F8DD07 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.03 |
| HSL | 53.28º | 0.95% | 0.5% | - |
| HSV(B) | 53.28º | 0.97% | 0.97% | - |
| XYZ | 64.61 | 71.68 | 10.63 | - |
| YUV | 204.68 | 16.45 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 7 | 0 | 0.11 | 0.97 | 0.03 | 53.28 | 0.95 | 0.5 |
| Hex | F8 | DD | 7 | 0 | B | 61 | 3 | 35 | 5F | 32 |
| Octal | 370 | 335 | 7 | 0 | 13 | 141 | 3 | 65 | 137 | 62 |
| Binary | 11111000 | 11011101 | 111 | 0 | 1011 | 1100001 | 11 | 110101 | 1011111 | 110010 |
Color Harmonies of #F8DD07
Complementary color
Monochromatic Colors of #F8DD07
Black with #F8DD07
Text Example
Text Example
White with #F8DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD07; }
p { color: rgb(248,221,7); }
H1.HeaderClassName
{
color: #F8DD07;
}
.AnyTagClassName
{
color: #F8DD07;
}
</style>
background-color css
<style>
a { background-color: #F8DD07; }
a { background-color: rgb(248,221,7); }
div.DivClassName
{
background-color: #F8DD07;
}
.BgClassName
{
background-color: #F8DD07;
}
</style>
border-color css
<style>
span { border-color: #F8DD07; }
span { border-color: rgb(248,221,7); }
td.TdClassName
{
border-color: #F8DD07;
}
.TagClassName
{
border-color: #F8DD07;
}
</style>