Shades of Golden Yellow #F8DB01
Tints of Golden Yellow #F8DB01
RGB
CMYK
RGB Variations
Color information
#F8DB01 (or 0xF8DB01) is known color: Golden Yellow. HEX triplet: F8, DB and 01. RGB value is (248,219,1). Sum of RGB (Red+Green+Blue) = 248+219+1=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB01 is #0724FE. Grayscale: #CBCBCB. Windows color (decimal): -468223 or 121848. OLE color: 121848.
HSL color Cylindrical-coordinate representation of color #F8DB01: hue angle of 52.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8DB01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.03 |
| HSL | 52.96º | 0.99% | 0.49% | - |
| HSV(B) | 52.96º | 1% | 0.97% | - |
| XYZ | 64.05 | 70.62 | 10.28 | - |
| YUV | 202.82 | 14.11 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 1 | 0 | 0.12 | 1.00 | 0.03 | 52.96 | 0.99 | 0.49 |
| Hex | F8 | DB | 1 | 0 | C | 64 | 3 | 35 | 63 | 31 |
| Octal | 370 | 333 | 1 | 0 | 14 | 144 | 3 | 65 | 143 | 61 |
| Binary | 11111000 | 11011011 | 1 | 0 | 1100 | 1100100 | 11 | 110101 | 1100011 | 110001 |
Color Harmonies of #F8DB01
Complementary color
Monochromatic Colors of #F8DB01
Black with #F8DB01
Text Example
Text Example
White with #F8DB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB01; }
p { color: rgb(248,219,1); }
H1.HeaderClassName
{
color: #F8DB01;
}
.AnyTagClassName
{
color: #F8DB01;
}
</style>
background-color css
<style>
a { background-color: #F8DB01; }
a { background-color: rgb(248,219,1); }
div.DivClassName
{
background-color: #F8DB01;
}
.BgClassName
{
background-color: #F8DB01;
}
</style>
border-color css
<style>
span { border-color: #F8DB01; }
span { border-color: rgb(248,219,1); }
td.TdClassName
{
border-color: #F8DB01;
}
.TagClassName
{
border-color: #F8DB01;
}
</style>