Shades of Golden Tainoi #FDC04A
Tints of Golden Tainoi #FDC04A
RGB
CMYK
RGB Variations
Color information
#FDC04A (or 0xFDC04A) is known color: Golden Tainoi. HEX triplet: FD, C0 and 4A. RGB value is (253,192,74). Sum of RGB (Red+Green+Blue) = 253+192+74=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC04A is #023FB5. Grayscale: #C5C5C5. Windows color (decimal): -147382 or 4899069. OLE color: 4899069.
HSL color Cylindrical-coordinate representation of color #FDC04A: hue angle of 39.55º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDC04A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 74 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.01 |
| HSL | 39.55º | 0.98% | 0.64% | - |
| HSV(B) | 39.55º | 0.71% | 0.99% | - |
| XYZ | 60.59 | 59.08 | 14.69 | - |
| YUV | 196.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 74 | 0 | 0.24 | 0.71 | 0.01 | 39.55 | 0.98 | 0.64 |
| Hex | FD | C0 | 4A | 0 | 18 | 47 | 1 | 28 | 62 | 40 |
| Octal | 375 | 300 | 112 | 0 | 30 | 107 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000000 | 1001010 | 0 | 11000 | 1000111 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC04A
Complementary color
Monochromatic Colors of #FDC04A
Black with #FDC04A
Text Example
Text Example
White with #FDC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC04A; }
p { color: rgb(253,192,74); }
H1.HeaderClassName
{
color: #FDC04A;
}
.AnyTagClassName
{
color: #FDC04A;
}
</style>
background-color css
<style>
a { background-color: #FDC04A; }
a { background-color: rgb(253,192,74); }
div.DivClassName
{
background-color: #FDC04A;
}
.BgClassName
{
background-color: #FDC04A;
}
</style>
border-color css
<style>
span { border-color: #FDC04A; }
span { border-color: rgb(253,192,74); }
td.TdClassName
{
border-color: #FDC04A;
}
.TagClassName
{
border-color: #FDC04A;
}
</style>