Shades of Golden Yellow #FBDC00
Tints of Golden Yellow #FBDC00
RGB
CMYK
RGB Variations
Color information
#FBDC00 (or 0xFBDC00) is known color: Golden Yellow. HEX triplet: FB, DC and 00. RGB value is (251,220,0). Sum of RGB (Red+Green+Blue) = 251+220+0=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC00 is #0423FF. Grayscale: #CDCDCD. Windows color (decimal): -271360 or 56571. OLE color: 56571.
HSL color Cylindrical-coordinate representation of color #FBDC00: hue angle of 52.59º 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 #FBDC00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.02 |
| HSL | 52.59º | 1% | 0.49% | - |
| HSV(B) | 52.59º | 1% | 0.98% | - |
| XYZ | 65.38 | 71.7 | 10.39 | - |
| YUV | 204.19 | 12.77 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 0 | 0 | 0.12 | 1 | 0.02 | 52.59 | 1 | 0.49 |
| Hex | FB | DC | 0 | 0 | C | 64 | 2 | 35 | 64 | 31 |
| Octal | 373 | 334 | 0 | 0 | 14 | 144 | 2 | 65 | 144 | 61 |
| Binary | 11111011 | 11011100 | 0 | 0 | 1100 | 1100100 | 10 | 110101 | 1100100 | 110001 |
Color Harmonies of #FBDC00
Complementary color
Monochromatic Colors of #FBDC00
Black with #FBDC00
Text Example
Text Example
White with #FBDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC00; }
p { color: rgb(251,220,0); }
H1.HeaderClassName
{
color: #FBDC00;
}
.AnyTagClassName
{
color: #FBDC00;
}
</style>
background-color css
<style>
a { background-color: #FBDC00; }
a { background-color: rgb(251,220,0); }
div.DivClassName
{
background-color: #FBDC00;
}
.BgClassName
{
background-color: #FBDC00;
}
</style>
border-color css
<style>
span { border-color: #FBDC00; }
span { border-color: rgb(251,220,0); }
td.TdClassName
{
border-color: #FBDC00;
}
.TagClassName
{
border-color: #FBDC00;
}
</style>