Shades of Golden Yellow #FDDF09
Tints of Golden Yellow #FDDF09
RGB
CMYK
RGB Variations
Color information
#FDDF09 (or 0xFDDF09) is known color: Golden Yellow. HEX triplet: FD, DF and 09. RGB value is (253,223,9). Sum of RGB (Red+Green+Blue) = 253+223+9=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 9 (3.91% from 255 or 1.86% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF09 is #0220F6. Grayscale: #D0D0D0. Windows color (decimal): -139511 or 647165. OLE color: 647165.
HSL color Cylindrical-coordinate representation of color #FDDF09: hue angle of 52.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDDF09 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.01 |
| HSL | 52.62º | 0.98% | 0.51% | - |
| HSV(B) | 52.62º | 0.96% | 0.99% | - |
| XYZ | 66.95 | 73.68 | 10.95 | - |
| YUV | 207.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 9 | 0 | 0.12 | 0.96 | 0.01 | 52.62 | 0.98 | 0.51 |
| Hex | FD | DF | 9 | 0 | C | 60 | 1 | 35 | 62 | 33 |
| Octal | 375 | 337 | 11 | 0 | 14 | 140 | 1 | 65 | 142 | 63 |
| Binary | 11111101 | 11011111 | 1001 | 0 | 1100 | 1100000 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FDDF09
Complementary color
Monochromatic Colors of #FDDF09
Black with #FDDF09
Text Example
Text Example
White with #FDDF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF09; }
p { color: rgb(253,223,9); }
H1.HeaderClassName
{
color: #FDDF09;
}
.AnyTagClassName
{
color: #FDDF09;
}
</style>
background-color css
<style>
a { background-color: #FDDF09; }
a { background-color: rgb(253,223,9); }
div.DivClassName
{
background-color: #FDDF09;
}
.BgClassName
{
background-color: #FDDF09;
}
</style>
border-color css
<style>
span { border-color: #FDDF09; }
span { border-color: rgb(253,223,9); }
td.TdClassName
{
border-color: #FDDF09;
}
.TagClassName
{
border-color: #FDDF09;
}
</style>