Shades of Golden Yellow #F6DB01
Tints of Golden Yellow #F6DB01
RGB
CMYK
RGB Variations
Color information
#F6DB01 (or 0xF6DB01) is known color: Golden Yellow. HEX triplet: F6, DB and 01. RGB value is (246,219,1). Sum of RGB (Red+Green+Blue) = 246+219+1=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6DB01 is #0924FE. Grayscale: #CBCBCB. Windows color (decimal): -599295 or 121846. OLE color: 121846.
HSL color Cylindrical-coordinate representation of color #F6DB01: hue angle of 53.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6DB01 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.04 |
| HSL | 53.39º | 0.99% | 0.48% | - |
| HSV(B) | 53.39º | 1% | 0.96% | - |
| XYZ | 63.34 | 70.26 | 10.25 | - |
| YUV | 202.22 | 14.45 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 1 | 0 | 0.11 | 1.00 | 0.04 | 53.39 | 0.99 | 0.48 |
| Hex | F6 | DB | 1 | 0 | B | 64 | 4 | 35 | 63 | 30 |
| Octal | 366 | 333 | 1 | 0 | 13 | 144 | 4 | 65 | 143 | 60 |
| Binary | 11110110 | 11011011 | 1 | 0 | 1011 | 1100100 | 100 | 110101 | 1100011 | 110000 |
Color Harmonies of #F6DB01
Complementary color
Monochromatic Colors of #F6DB01
Black with #F6DB01
Text Example
Text Example
White with #F6DB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB01; }
p { color: rgb(246,219,1); }
H1.HeaderClassName
{
color: #F6DB01;
}
.AnyTagClassName
{
color: #F6DB01;
}
</style>
background-color css
<style>
a { background-color: #F6DB01; }
a { background-color: rgb(246,219,1); }
div.DivClassName
{
background-color: #F6DB01;
}
.BgClassName
{
background-color: #F6DB01;
}
</style>
border-color css
<style>
span { border-color: #F6DB01; }
span { border-color: rgb(246,219,1); }
td.TdClassName
{
border-color: #F6DB01;
}
.TagClassName
{
border-color: #F6DB01;
}
</style>