Shades of Golden Yellow #FBDD00
Tints of Golden Yellow #FBDD00
RGB
CMYK
RGB Variations
Color information
#FBDD00 (or 0xFBDD00) is known color: Golden Yellow. HEX triplet: FB, DD and 00. RGB value is (251,221,0). Sum of RGB (Red+Green+Blue) = 251+221+0=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD00 is #0422FF. Grayscale: #CDCDCD. Windows color (decimal): -271104 or 56827. OLE color: 56827.
HSL color Cylindrical-coordinate representation of color #FBDD00: hue angle of 52.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBDD00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 52.83º | 1% | 0.49% | - |
| HSV(B) | 52.83º | 1% | 0.98% | - |
| XYZ | 65.64 | 72.22 | 10.48 | - |
| YUV | 204.78 | 12.44 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 0 | 0 | 0.12 | 1 | 0.02 | 52.83 | 1 | 0.49 |
| Hex | FB | DD | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 373 | 335 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111011 | 11011101 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #FBDD00
Complementary color
Monochromatic Colors of #FBDD00
Black with #FBDD00
Text Example
Text Example
White with #FBDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD00; }
p { color: rgb(251,221,0); }
H1.HeaderClassName
{
color: #FBDD00;
}
.AnyTagClassName
{
color: #FBDD00;
}
</style>
background-color css
<style>
a { background-color: #FBDD00; }
a { background-color: rgb(251,221,0); }
div.DivClassName
{
background-color: #FBDD00;
}
.BgClassName
{
background-color: #FBDD00;
}
</style>
border-color css
<style>
span { border-color: #FBDD00; }
span { border-color: rgb(251,221,0); }
td.TdClassName
{
border-color: #FBDD00;
}
.TagClassName
{
border-color: #FBDD00;
}
</style>