Shades of Gold #FBD201
Tints of Gold #FBD201
RGB
CMYK
RGB Variations
Color information
#FBD201 (or 0xFBD201) is known color: Gold. HEX triplet: FB, D2 and 01. RGB value is (251,210,1). Sum of RGB (Red+Green+Blue) = 251+210+1=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD201 is #042DFE. Grayscale: #C7C7C7. Windows color (decimal): -273919 or 119547. OLE color: 119547.
HSL color Cylindrical-coordinate representation of color #FBD201: hue angle of 50.16º 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 #FBD201 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.02 |
| HSL | 50.16º | 0.99% | 0.49% | - |
| HSV(B) | 50.16º | 1% | 0.98% | - |
| XYZ | 62.84 | 66.6 | 9.57 | - |
| YUV | 198.43 | 16.58 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 1 | 0 | 0.16 | 1.00 | 0.02 | 50.16 | 0.99 | 0.49 |
| Hex | FB | D2 | 1 | 0 | 10 | 64 | 2 | 32 | 63 | 31 |
| Octal | 373 | 322 | 1 | 0 | 20 | 144 | 2 | 62 | 143 | 61 |
| Binary | 11111011 | 11010010 | 1 | 0 | 10000 | 1100100 | 10 | 110010 | 1100011 | 110001 |
Color Harmonies of #FBD201
Complementary color
Monochromatic Colors of #FBD201
Black with #FBD201
Text Example
Text Example
White with #FBD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD201; }
p { color: rgb(251,210,1); }
H1.HeaderClassName
{
color: #FBD201;
}
.AnyTagClassName
{
color: #FBD201;
}
</style>
background-color css
<style>
a { background-color: #FBD201; }
a { background-color: rgb(251,210,1); }
div.DivClassName
{
background-color: #FBD201;
}
.BgClassName
{
background-color: #FBD201;
}
</style>
border-color css
<style>
span { border-color: #FBD201; }
span { border-color: rgb(251,210,1); }
td.TdClassName
{
border-color: #FBD201;
}
.TagClassName
{
border-color: #FBD201;
}
</style>