Shades of Golden Yellow #FDDF07
Tints of Golden Yellow #FDDF07
RGB
CMYK
RGB Variations
Color information
#FDDF07 (or 0xFDDF07) is known color: Golden Yellow. HEX triplet: FD, DF and 07. RGB value is (253,223,7). Sum of RGB (Red+Green+Blue) = 253+223+7=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 7 (3.12% from 255 or 1.45% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF07 is #0220F8. Grayscale: #D0D0D0. Windows color (decimal): -139513 or 516093. OLE color: 516093.
HSL color Cylindrical-coordinate representation of color #FDDF07: hue angle of 52.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDDF07 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.01 |
| HSL | 52.68º | 0.98% | 0.51% | - |
| HSV(B) | 52.68º | 0.97% | 0.99% | - |
| XYZ | 66.93 | 73.67 | 10.89 | - |
| YUV | 207.35 | 14.94 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 7 | 0 | 0.12 | 0.97 | 0.01 | 52.68 | 0.98 | 0.51 |
| Hex | FD | DF | 7 | 0 | C | 61 | 1 | 35 | 62 | 33 |
| Octal | 375 | 337 | 7 | 0 | 14 | 141 | 1 | 65 | 142 | 63 |
| Binary | 11111101 | 11011111 | 111 | 0 | 1100 | 1100001 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FDDF07
Complementary color
Monochromatic Colors of #FDDF07
Black with #FDDF07
Text Example
Text Example
White with #FDDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF07; }
p { color: rgb(253,223,7); }
H1.HeaderClassName
{
color: #FDDF07;
}
.AnyTagClassName
{
color: #FDDF07;
}
</style>
background-color css
<style>
a { background-color: #FDDF07; }
a { background-color: rgb(253,223,7); }
div.DivClassName
{
background-color: #FDDF07;
}
.BgClassName
{
background-color: #FDDF07;
}
</style>
border-color css
<style>
span { border-color: #FDDF07; }
span { border-color: rgb(253,223,7); }
td.TdClassName
{
border-color: #FDDF07;
}
.TagClassName
{
border-color: #FDDF07;
}
</style>