Shades of Golden Tainoi #FDC34B
Tints of Golden Tainoi #FDC34B
RGB
CMYK
RGB Variations
Color information
#FDC34B (or 0xFDC34B) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4B. RGB value is (253,195,75). Sum of RGB (Red+Green+Blue) = 253+195+75=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC34B is #023CB4. Grayscale: #C7C7C7. Windows color (decimal): -146613 or 4965373. OLE color: 4965373.
HSL color Cylindrical-coordinate representation of color #FDC34B: hue angle of 40.45º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC34B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 75 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.45º | 0.98% | 0.64% | - |
| HSV(B) | 40.45º | 0.7% | 0.99% | - |
| XYZ | 61.29 | 60.42 | 15.09 | - |
| YUV | 198.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 75 | 0 | 0.23 | 0.70 | 0.01 | 40.45 | 0.98 | 0.64 |
| Hex | FD | C3 | 4B | 0 | 17 | 46 | 1 | 28 | 62 | 40 |
| Octal | 375 | 303 | 113 | 0 | 27 | 106 | 1 | 50 | 142 | 100 |
| Binary | 11111101 | 11000011 | 1001011 | 0 | 10111 | 1000110 | 1 | 101000 | 1100010 | 1000000 |
Color Harmonies of #FDC34B
Complementary color
Monochromatic Colors of #FDC34B
Black with #FDC34B
Text Example
Text Example
White with #FDC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34B; }
p { color: rgb(253,195,75); }
H1.HeaderClassName
{
color: #FDC34B;
}
.AnyTagClassName
{
color: #FDC34B;
}
</style>
background-color css
<style>
a { background-color: #FDC34B; }
a { background-color: rgb(253,195,75); }
div.DivClassName
{
background-color: #FDC34B;
}
.BgClassName
{
background-color: #FDC34B;
}
</style>
border-color css
<style>
span { border-color: #FDC34B; }
span { border-color: rgb(253,195,75); }
td.TdClassName
{
border-color: #FDC34B;
}
.TagClassName
{
border-color: #FDC34B;
}
</style>