Shades of Golden Yellow #FBDC06
Tints of Golden Yellow #FBDC06
RGB
CMYK
RGB Variations
Color information
#FBDC06 (or 0xFBDC06) is known color: Golden Yellow. HEX triplet: FB, DC and 06. RGB value is (251,220,6). Sum of RGB (Red+Green+Blue) = 251+220+6=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 6 (2.73% from 255 or 1.26% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC06 is #0423F9. Grayscale: #CDCDCD. Windows color (decimal): -271354 or 449787. OLE color: 449787.
HSL color Cylindrical-coordinate representation of color #FBDC06: hue angle of 52.41º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBDC06 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.02 |
| HSL | 52.41º | 0.97% | 0.5% | - |
| HSV(B) | 52.41º | 0.98% | 0.98% | - |
| XYZ | 65.41 | 71.71 | 10.57 | - |
| YUV | 204.87 | 15.77 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 6 | 0 | 0.12 | 0.98 | 0.02 | 52.41 | 0.97 | 0.5 |
| Hex | FB | DC | 6 | 0 | C | 62 | 2 | 34 | 61 | 32 |
| Octal | 373 | 334 | 6 | 0 | 14 | 142 | 2 | 64 | 141 | 62 |
| Binary | 11111011 | 11011100 | 110 | 0 | 1100 | 1100010 | 10 | 110100 | 1100001 | 110010 |
Color Harmonies of #FBDC06
Complementary color
Monochromatic Colors of #FBDC06
Black with #FBDC06
Text Example
Text Example
White with #FBDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC06; }
p { color: rgb(251,220,6); }
H1.HeaderClassName
{
color: #FBDC06;
}
.AnyTagClassName
{
color: #FBDC06;
}
</style>
background-color css
<style>
a { background-color: #FBDC06; }
a { background-color: rgb(251,220,6); }
div.DivClassName
{
background-color: #FBDC06;
}
.BgClassName
{
background-color: #FBDC06;
}
</style>
border-color css
<style>
span { border-color: #FBDC06; }
span { border-color: rgb(251,220,6); }
td.TdClassName
{
border-color: #FBDC06;
}
.TagClassName
{
border-color: #FBDC06;
}
</style>