Shades of Golden Yellow #FBDD02
Tints of Golden Yellow #FBDD02
RGB
CMYK
RGB Variations
Color information
#FBDD02 (or 0xFBDD02) is known color: Golden Yellow. HEX triplet: FB, DD and 02. RGB value is (251,221,2). Sum of RGB (Red+Green+Blue) = 251+221+2=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD02 is #0422FD. Grayscale: #CDCDCD. Windows color (decimal): -271102 or 187899. OLE color: 187899.
HSL color Cylindrical-coordinate representation of color #FBDD02: hue angle of 52.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBDD02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.02 |
| HSL | 52.77º | 0.98% | 0.5% | - |
| HSV(B) | 52.77º | 0.99% | 0.98% | - |
| XYZ | 65.65 | 72.23 | 10.54 | - |
| YUV | 205 | 13.44 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 2 | 0 | 0.12 | 0.99 | 0.02 | 52.77 | 0.98 | 0.5 |
| Hex | FB | DD | 2 | 0 | C | 63 | 2 | 35 | 62 | 32 |
| Octal | 373 | 335 | 2 | 0 | 14 | 143 | 2 | 65 | 142 | 62 |
| Binary | 11111011 | 11011101 | 10 | 0 | 1100 | 1100011 | 10 | 110101 | 1100010 | 110010 |
Color Harmonies of #FBDD02
Complementary color
Monochromatic Colors of #FBDD02
Black with #FBDD02
Text Example
Text Example
White with #FBDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD02; }
p { color: rgb(251,221,2); }
H1.HeaderClassName
{
color: #FBDD02;
}
.AnyTagClassName
{
color: #FBDD02;
}
</style>
background-color css
<style>
a { background-color: #FBDD02; }
a { background-color: rgb(251,221,2); }
div.DivClassName
{
background-color: #FBDD02;
}
.BgClassName
{
background-color: #FBDD02;
}
</style>
border-color css
<style>
span { border-color: #FBDD02; }
span { border-color: rgb(251,221,2); }
td.TdClassName
{
border-color: #FBDD02;
}
.TagClassName
{
border-color: #FBDD02;
}
</style>