Shades of Golden Tainoi #FDC24A
Tints of Golden Tainoi #FDC24A
RGB
CMYK
RGB Variations
Color information
#FDC24A (or 0xFDC24A) is known color: Golden Tainoi. HEX triplet: FD, C2 and 4A. RGB value is (253,194,74). Sum of RGB (Red+Green+Blue) = 253+194+74=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC24A is #023DB5. Grayscale: #C6C6C6. Windows color (decimal): -146870 or 4899581. OLE color: 4899581.
HSL color Cylindrical-coordinate representation of color #FDC24A: hue angle of 40.22º 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 #FDC24A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 74 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.22º | 0.98% | 0.64% | - |
| HSV(B) | 40.22º | 0.71% | 0.99% | - |
| XYZ | 61.04 | 59.96 | 14.84 | - |
| YUV | 197.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 74 | 0 | 0.23 | 0.71 | 0.01 | 40.22 | 0.98 | 0.64 |
| Hex | FD | C2 | 4A | 0 | 17 | 47 | 1 | 28 | 62 | 40 |
| Octal | 375 | 302 | 112 | 0 | 27 | 107 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000010 | 1001010 | 0 | 10111 | 1000111 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC24A
Complementary color
Monochromatic Colors of #FDC24A
Black with #FDC24A
Text Example
Text Example
White with #FDC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC24A; }
p { color: rgb(253,194,74); }
H1.HeaderClassName
{
color: #FDC24A;
}
.AnyTagClassName
{
color: #FDC24A;
}
</style>
background-color css
<style>
a { background-color: #FDC24A; }
a { background-color: rgb(253,194,74); }
div.DivClassName
{
background-color: #FDC24A;
}
.BgClassName
{
background-color: #FDC24A;
}
</style>
border-color css
<style>
span { border-color: #FDC24A; }
span { border-color: rgb(253,194,74); }
td.TdClassName
{
border-color: #FDC24A;
}
.TagClassName
{
border-color: #FDC24A;
}
</style>