Shades of Golden Yellow #FBDF0A
Tints of Golden Yellow #FBDF0A
RGB
CMYK
RGB Variations
Color information
#FBDF0A (or 0xFBDF0A) is known color: Golden Yellow. HEX triplet: FB, DF and 0A. RGB value is (251,223,10). Sum of RGB (Red+Green+Blue) = 251+223+10=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF0A is #0420F5. Grayscale: #CFCFCF. Windows color (decimal): -270582 or 712699. OLE color: 712699.
HSL color Cylindrical-coordinate representation of color #FBDF0A: hue angle of 53.03º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBDF0A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.02 |
| HSL | 53.03º | 0.97% | 0.51% | - |
| HSV(B) | 53.03º | 0.96% | 0.98% | - |
| XYZ | 66.23 | 73.31 | 10.95 | - |
| YUV | 207.09 | 16.78 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 10 | 0 | 0.11 | 0.96 | 0.02 | 53.03 | 0.97 | 0.51 |
| Hex | FB | DF | A | 0 | B | 60 | 2 | 35 | 61 | 33 |
| Octal | 373 | 337 | 12 | 0 | 13 | 140 | 2 | 65 | 141 | 63 |
| Binary | 11111011 | 11011111 | 1010 | 0 | 1011 | 1100000 | 10 | 110101 | 1100001 | 110011 |
Color Harmonies of #FBDF0A
Complementary color
Monochromatic Colors of #FBDF0A
Black with #FBDF0A
Text Example
Text Example
White with #FBDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF0A; }
p { color: rgb(251,223,10); }
H1.HeaderClassName
{
color: #FBDF0A;
}
.AnyTagClassName
{
color: #FBDF0A;
}
</style>
background-color css
<style>
a { background-color: #FBDF0A; }
a { background-color: rgb(251,223,10); }
div.DivClassName
{
background-color: #FBDF0A;
}
.BgClassName
{
background-color: #FBDF0A;
}
</style>
border-color css
<style>
span { border-color: #FBDF0A; }
span { border-color: rgb(251,223,10); }
td.TdClassName
{
border-color: #FBDF0A;
}
.TagClassName
{
border-color: #FBDF0A;
}
</style>