Shades of Golden Yellow #FBDF04
Tints of Golden Yellow #FBDF04
RGB
CMYK
RGB Variations
Color information
#FBDF04 (or 0xFBDF04) is known color: Golden Yellow. HEX triplet: FB, DF and 04. RGB value is (251,223,4). Sum of RGB (Red+Green+Blue) = 251+223+4=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF04 is #0420FB. Grayscale: #CFCFCF. Windows color (decimal): -270588 or 319483. OLE color: 319483.
HSL color Cylindrical-coordinate representation of color #FBDF04: hue angle of 53.2º 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 #FBDF04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.02 |
| HSL | 53.2º | 0.97% | 0.5% | - |
| HSV(B) | 53.2º | 0.98% | 0.98% | - |
| XYZ | 66.19 | 73.29 | 10.77 | - |
| YUV | 206.41 | 13.78 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 4 | 0 | 0.11 | 0.98 | 0.02 | 53.2 | 0.97 | 0.5 |
| Hex | FB | DF | 4 | 0 | B | 62 | 2 | 35 | 61 | 32 |
| Octal | 373 | 337 | 4 | 0 | 13 | 142 | 2 | 65 | 141 | 62 |
| Binary | 11111011 | 11011111 | 100 | 0 | 1011 | 1100010 | 10 | 110101 | 1100001 | 110010 |
Color Harmonies of #FBDF04
Complementary color
Monochromatic Colors of #FBDF04
Black with #FBDF04
Text Example
Text Example
White with #FBDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF04; }
p { color: rgb(251,223,4); }
H1.HeaderClassName
{
color: #FBDF04;
}
.AnyTagClassName
{
color: #FBDF04;
}
</style>
background-color css
<style>
a { background-color: #FBDF04; }
a { background-color: rgb(251,223,4); }
div.DivClassName
{
background-color: #FBDF04;
}
.BgClassName
{
background-color: #FBDF04;
}
</style>
border-color css
<style>
span { border-color: #FBDF04; }
span { border-color: rgb(251,223,4); }
td.TdClassName
{
border-color: #FBDF04;
}
.TagClassName
{
border-color: #FBDF04;
}
</style>