Shades of Gold #FDD602
Tints of Gold #FDD602
RGB
CMYK
RGB Variations
Color information
#FDD602 (or 0xFDD602) is known color: Gold. HEX triplet: FD, D6 and 02. RGB value is (253,214,2). Sum of RGB (Red+Green+Blue) = 253+214+2=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD602 is #0229FD. Grayscale: #CACACA. Windows color (decimal): -141822 or 186109. OLE color: 186109.
HSL color Cylindrical-coordinate representation of color #FDD602: hue angle of 50.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD602 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.01 |
| HSL | 50.68º | 0.98% | 0.5% | - |
| HSV(B) | 50.68º | 0.99% | 0.99% | - |
| XYZ | 64.57 | 68.98 | 9.97 | - |
| YUV | 201.49 | 15.42 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 2 | 0 | 0.15 | 0.99 | 0.01 | 50.68 | 0.98 | 0.5 |
| Hex | FD | D6 | 2 | 0 | F | 63 | 1 | 33 | 62 | 32 |
| Octal | 375 | 326 | 2 | 0 | 17 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111101 | 11010110 | 10 | 0 | 1111 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FDD602
Complementary color
Monochromatic Colors of #FDD602
Black with #FDD602
Text Example
Text Example
White with #FDD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD602; }
p { color: rgb(253,214,2); }
H1.HeaderClassName
{
color: #FDD602;
}
.AnyTagClassName
{
color: #FDD602;
}
</style>
background-color css
<style>
a { background-color: #FDD602; }
a { background-color: rgb(253,214,2); }
div.DivClassName
{
background-color: #FDD602;
}
.BgClassName
{
background-color: #FDD602;
}
</style>
border-color css
<style>
span { border-color: #FDD602; }
span { border-color: rgb(253,214,2); }
td.TdClassName
{
border-color: #FDD602;
}
.TagClassName
{
border-color: #FDD602;
}
</style>