Shades of Golden Tainoi #FDC34C
Tints of Golden Tainoi #FDC34C
RGB
CMYK
RGB Variations
Color information
#FDC34C (or 0xFDC34C) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4C. RGB value is (253,195,76). Sum of RGB (Red+Green+Blue) = 253+195+76=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC34C is #023CB3. Grayscale: #C7C7C7. Windows color (decimal): -146612 or 5030909. OLE color: 5030909.
HSL color Cylindrical-coordinate representation of color #FDC34C: hue angle of 40.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC34C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 76 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.34º | 0.98% | 0.65% | - |
| HSV(B) | 40.34º | 0.7% | 0.99% | - |
| XYZ | 61.33 | 60.43 | 15.27 | - |
| YUV | 198.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 76 | 0 | 0.23 | 0.70 | 0.01 | 40.34 | 0.98 | 0.65 |
| Hex | FD | C3 | 4C | 0 | 17 | 46 | 1 | 28 | 62 | 41 |
| Octal | 375 | 303 | 114 | 0 | 27 | 106 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000011 | 1001100 | 0 | 10111 | 1000110 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC34C
Complementary color
Monochromatic Colors of #FDC34C
Black with #FDC34C
Text Example
Text Example
White with #FDC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34C; }
p { color: rgb(253,195,76); }
H1.HeaderClassName
{
color: #FDC34C;
}
.AnyTagClassName
{
color: #FDC34C;
}
</style>
background-color css
<style>
a { background-color: #FDC34C; }
a { background-color: rgb(253,195,76); }
div.DivClassName
{
background-color: #FDC34C;
}
.BgClassName
{
background-color: #FDC34C;
}
</style>
border-color css
<style>
span { border-color: #FDC34C; }
span { border-color: rgb(253,195,76); }
td.TdClassName
{
border-color: #FDC34C;
}
.TagClassName
{
border-color: #FDC34C;
}
</style>