Shades of Golden Yellow #FDDF0B
Tints of Golden Yellow #FDDF0B
RGB
CMYK
RGB Variations
Color information
#FDDF0B (or 0xFDDF0B) is known color: Golden Yellow. HEX triplet: FD, DF and 0B. RGB value is (253,223,11). Sum of RGB (Red+Green+Blue) = 253+223+11=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 11 (4.69% from 255 or 2.26% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF0B is #0220F4. Grayscale: #D0D0D0. Windows color (decimal): -139509 or 778237. OLE color: 778237.
HSL color Cylindrical-coordinate representation of color #FDDF0B: hue angle of 52.56º 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 #FDDF0B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.01 |
| HSL | 52.56º | 0.98% | 0.52% | - |
| HSV(B) | 52.56º | 0.96% | 0.99% | - |
| XYZ | 66.96 | 73.68 | 11.01 | - |
| YUV | 207.8 | 16.94 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 11 | 0 | 0.12 | 0.96 | 0.01 | 52.56 | 0.98 | 0.52 |
| Hex | FD | DF | B | 0 | C | 60 | 1 | 35 | 62 | 34 |
| Octal | 375 | 337 | 13 | 0 | 14 | 140 | 1 | 65 | 142 | 64 |
| Binary | 11111101 | 11011111 | 1011 | 0 | 1100 | 1100000 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FDDF0B
Complementary color
Monochromatic Colors of #FDDF0B
Black with #FDDF0B
Text Example
Text Example
White with #FDDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF0B; }
p { color: rgb(253,223,11); }
H1.HeaderClassName
{
color: #FDDF0B;
}
.AnyTagClassName
{
color: #FDDF0B;
}
</style>
background-color css
<style>
a { background-color: #FDDF0B; }
a { background-color: rgb(253,223,11); }
div.DivClassName
{
background-color: #FDDF0B;
}
.BgClassName
{
background-color: #FDDF0B;
}
</style>
border-color css
<style>
span { border-color: #FDDF0B; }
span { border-color: rgb(253,223,11); }
td.TdClassName
{
border-color: #FDDF0B;
}
.TagClassName
{
border-color: #FDDF0B;
}
</style>