Shades of Golden Yellow #FBDD0C
Tints of Golden Yellow #FBDD0C
RGB
CMYK
RGB Variations
Color information
#FBDD0C (or 0xFBDD0C) is known color: Golden Yellow. HEX triplet: FB, DD and 0C. RGB value is (251,221,12). Sum of RGB (Red+Green+Blue) = 251+221+12=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDD0C is #0422F3. Grayscale: #CFCFCF. Windows color (decimal): -271092 or 843259. OLE color: 843259.
HSL color Cylindrical-coordinate representation of color #FBDD0C: hue angle of 52.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBDD0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.02 |
| HSL | 52.47º | 0.97% | 0.52% | - |
| HSV(B) | 52.47º | 0.95% | 0.98% | - |
| XYZ | 65.71 | 72.25 | 10.83 | - |
| YUV | 206.14 | 18.44 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 12 | 0 | 0.12 | 0.95 | 0.02 | 52.47 | 0.97 | 0.52 |
| Hex | FB | DD | C | 0 | C | 5F | 2 | 34 | 61 | 34 |
| Octal | 373 | 335 | 14 | 0 | 14 | 137 | 2 | 64 | 141 | 64 |
| Binary | 11111011 | 11011101 | 1100 | 0 | 1100 | 1011111 | 10 | 110100 | 1100001 | 110100 |
Color Harmonies of #FBDD0C
Complementary color
Monochromatic Colors of #FBDD0C
Black with #FBDD0C
Text Example
Text Example
White with #FBDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDD0C; }
p { color: rgb(251,221,12); }
H1.HeaderClassName
{
color: #FBDD0C;
}
.AnyTagClassName
{
color: #FBDD0C;
}
</style>
background-color css
<style>
a { background-color: #FBDD0C; }
a { background-color: rgb(251,221,12); }
div.DivClassName
{
background-color: #FBDD0C;
}
.BgClassName
{
background-color: #FBDD0C;
}
</style>
border-color css
<style>
span { border-color: #FBDD0C; }
span { border-color: rgb(251,221,12); }
td.TdClassName
{
border-color: #FBDD0C;
}
.TagClassName
{
border-color: #FBDD0C;
}
</style>