Shades of Golden Yellow #FBDC01
Tints of Golden Yellow #FBDC01
RGB
CMYK
RGB Variations
Color information
#FBDC01 (or 0xFBDC01) is known color: Golden Yellow. HEX triplet: FB, DC and 01. RGB value is (251,220,1). Sum of RGB (Red+Green+Blue) = 251+220+1=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC01 is #0423FE. Grayscale: #CDCDCD. Windows color (decimal): -271359 or 122107. OLE color: 122107.
HSL color Cylindrical-coordinate representation of color #FBDC01: hue angle of 52.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBDC01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.02 |
| HSL | 52.56º | 0.99% | 0.49% | - |
| HSV(B) | 52.56º | 1% | 0.98% | - |
| XYZ | 65.38 | 71.7 | 10.42 | - |
| YUV | 204.3 | 13.27 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 1 | 0 | 0.12 | 1.00 | 0.02 | 52.56 | 0.99 | 0.49 |
| Hex | FB | DC | 1 | 0 | C | 64 | 2 | 35 | 63 | 31 |
| Octal | 373 | 334 | 1 | 0 | 14 | 144 | 2 | 65 | 143 | 61 |
| Binary | 11111011 | 11011100 | 1 | 0 | 1100 | 1100100 | 10 | 110101 | 1100011 | 110001 |
Color Harmonies of #FBDC01
Complementary color
Monochromatic Colors of #FBDC01
Black with #FBDC01
Text Example
Text Example
White with #FBDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC01; }
p { color: rgb(251,220,1); }
H1.HeaderClassName
{
color: #FBDC01;
}
.AnyTagClassName
{
color: #FBDC01;
}
</style>
background-color css
<style>
a { background-color: #FBDC01; }
a { background-color: rgb(251,220,1); }
div.DivClassName
{
background-color: #FBDC01;
}
.BgClassName
{
background-color: #FBDC01;
}
</style>
border-color css
<style>
span { border-color: #FBDC01; }
span { border-color: rgb(251,220,1); }
td.TdClassName
{
border-color: #FBDC01;
}
.TagClassName
{
border-color: #FBDC01;
}
</style>