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