Shades of Golden Yellow #FCDF0B
Tints of Golden Yellow #FCDF0B
RGB
CMYK
RGB Variations
Color information
#FCDF0B (or 0xFCDF0B) is known color: Golden Yellow. HEX triplet: FC, DF and 0B. RGB value is (252,223,11). Sum of RGB (Red+Green+Blue) = 252+223+11=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 11 (4.69% from 255 or 2.26% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0B is #0320F4. Grayscale: #D0D0D0. Windows color (decimal): -205045 or 778236. OLE color: 778236.
HSL color Cylindrical-coordinate representation of color #FCDF0B: hue angle of 52.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDF0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.01 |
| HSL | 52.78º | 0.98% | 0.52% | - |
| HSV(B) | 52.78º | 0.96% | 0.99% | - |
| XYZ | 66.59 | 73.49 | 10.99 | - |
| YUV | 207.5 | 17.11 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 11 | 0 | 0.12 | 0.96 | 0.01 | 52.78 | 0.98 | 0.52 |
| Hex | FC | DF | B | 0 | C | 60 | 1 | 35 | 62 | 34 |
| Octal | 374 | 337 | 13 | 0 | 14 | 140 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11011111 | 1011 | 0 | 1100 | 1100000 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCDF0B
Complementary color
Monochromatic Colors of #FCDF0B
Black with #FCDF0B
Text Example
Text Example
White with #FCDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF0B; }
p { color: rgb(252,223,11); }
H1.HeaderClassName
{
color: #FCDF0B;
}
.AnyTagClassName
{
color: #FCDF0B;
}
</style>
background-color css
<style>
a { background-color: #FCDF0B; }
a { background-color: rgb(252,223,11); }
div.DivClassName
{
background-color: #FCDF0B;
}
.BgClassName
{
background-color: #FCDF0B;
}
</style>
border-color css
<style>
span { border-color: #FCDF0B; }
span { border-color: rgb(252,223,11); }
td.TdClassName
{
border-color: #FCDF0B;
}
.TagClassName
{
border-color: #FCDF0B;
}
</style>