Shades of Gold #FBD400
Tints of Gold #FBD400
RGB
CMYK
RGB Variations
Color information
#FBD400 (or 0xFBD400) is known color: Gold. HEX triplet: FB, D4 and 00. RGB value is (251,212,0). Sum of RGB (Red+Green+Blue) = 251+212+0=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBD400 is #042BFF. Grayscale: #C8C8C8. Windows color (decimal): -273408 or 54523. OLE color: 54523.
HSL color Cylindrical-coordinate representation of color #FBD400: hue angle of 50.68º 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 #FBD400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.02 |
| HSL | 50.68º | 1% | 0.49% | - |
| HSV(B) | 50.68º | 1% | 0.98% | - |
| XYZ | 63.33 | 67.6 | 9.71 | - |
| YUV | 199.49 | 15.42 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 0 | 0 | 0.16 | 1 | 0.02 | 50.68 | 1 | 0.49 |
| Hex | FB | D4 | 0 | 0 | 10 | 64 | 2 | 33 | 64 | 31 |
| Octal | 373 | 324 | 0 | 0 | 20 | 144 | 2 | 63 | 144 | 61 |
| Binary | 11111011 | 11010100 | 0 | 0 | 10000 | 1100100 | 10 | 110011 | 1100100 | 110001 |
Color Harmonies of #FBD400
Complementary color
Monochromatic Colors of #FBD400
Black with #FBD400
Text Example
Text Example
White with #FBD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD400; }
p { color: rgb(251,212,0); }
H1.HeaderClassName
{
color: #FBD400;
}
.AnyTagClassName
{
color: #FBD400;
}
</style>
background-color css
<style>
a { background-color: #FBD400; }
a { background-color: rgb(251,212,0); }
div.DivClassName
{
background-color: #FBD400;
}
.BgClassName
{
background-color: #FBD400;
}
</style>
border-color css
<style>
span { border-color: #FBD400; }
span { border-color: rgb(251,212,0); }
td.TdClassName
{
border-color: #FBD400;
}
.TagClassName
{
border-color: #FBD400;
}
</style>