Shades of Golden Tainoi #FDC34A
Tints of Golden Tainoi #FDC34A
RGB
CMYK
RGB Variations
Color information
#FDC34A (or 0xFDC34A) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4A. RGB value is (253,195,74). Sum of RGB (Red+Green+Blue) = 253+195+74=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC34A is #023CB5. Grayscale: #C7C7C7. Windows color (decimal): -146614 or 4899837. OLE color: 4899837.
HSL color Cylindrical-coordinate representation of color #FDC34A: hue angle of 40.56º 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 #FDC34A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 74 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.56º | 0.98% | 0.64% | - |
| HSV(B) | 40.56º | 0.71% | 0.99% | - |
| XYZ | 61.26 | 60.41 | 14.91 | - |
| YUV | 198.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 74 | 0 | 0.23 | 0.71 | 0.01 | 40.56 | 0.98 | 0.64 |
| Hex | FD | C3 | 4A | 0 | 17 | 47 | 1 | 29 | 62 | 40 |
| Octal | 375 | 303 | 112 | 0 | 27 | 107 | 1 | 51 | 142 | 100 |
| Binary | 11111101 | 11000011 | 1001010 | 0 | 10111 | 1000111 | 1 | 101001 | 1100010 | 1000000 |
Color Harmonies of #FDC34A
Complementary color
Monochromatic Colors of #FDC34A
Black with #FDC34A
Text Example
Text Example
White with #FDC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34A; }
p { color: rgb(253,195,74); }
H1.HeaderClassName
{
color: #FDC34A;
}
.AnyTagClassName
{
color: #FDC34A;
}
</style>
background-color css
<style>
a { background-color: #FDC34A; }
a { background-color: rgb(253,195,74); }
div.DivClassName
{
background-color: #FDC34A;
}
.BgClassName
{
background-color: #FDC34A;
}
</style>
border-color css
<style>
span { border-color: #FDC34A; }
span { border-color: rgb(253,195,74); }
td.TdClassName
{
border-color: #FDC34A;
}
.TagClassName
{
border-color: #FDC34A;
}
</style>