Shades of Golden Yellow #FBDF03
Tints of Golden Yellow #FBDF03
RGB
CMYK
RGB Variations
Color information
#FBDF03 (or 0xFBDF03) is known color: Golden Yellow. HEX triplet: FB, DF and 03. RGB value is (251,223,3). Sum of RGB (Red+Green+Blue) = 251+223+3=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 3 (1.56% from 255 or 0.63% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF03 is #0420FC. Grayscale: #CFCFCF. Windows color (decimal): -270589 or 253947. OLE color: 253947.
HSL color Cylindrical-coordinate representation of color #FBDF03: hue angle of 53.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBDF03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.02 |
| HSL | 53.23º | 0.98% | 0.5% | - |
| HSV(B) | 53.23º | 0.99% | 0.98% | - |
| XYZ | 66.19 | 73.29 | 10.74 | - |
| YUV | 206.29 | 13.28 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 3 | 0 | 0.11 | 0.99 | 0.02 | 53.23 | 0.98 | 0.5 |
| Hex | FB | DF | 3 | 0 | B | 63 | 2 | 35 | 62 | 32 |
| Octal | 373 | 337 | 3 | 0 | 13 | 143 | 2 | 65 | 142 | 62 |
| Binary | 11111011 | 11011111 | 11 | 0 | 1011 | 1100011 | 10 | 110101 | 1100010 | 110010 |
Color Harmonies of #FBDF03
Complementary color
Monochromatic Colors of #FBDF03
Black with #FBDF03
Text Example
Text Example
White with #FBDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF03; }
p { color: rgb(251,223,3); }
H1.HeaderClassName
{
color: #FBDF03;
}
.AnyTagClassName
{
color: #FBDF03;
}
</style>
background-color css
<style>
a { background-color: #FBDF03; }
a { background-color: rgb(251,223,3); }
div.DivClassName
{
background-color: #FBDF03;
}
.BgClassName
{
background-color: #FBDF03;
}
</style>
border-color css
<style>
span { border-color: #FBDF03; }
span { border-color: rgb(251,223,3); }
td.TdClassName
{
border-color: #FBDF03;
}
.TagClassName
{
border-color: #FBDF03;
}
</style>