Shades of Golden Tainoi #FDC35E
Tints of Golden Tainoi #FDC35E
RGB
CMYK
RGB Variations
Color information
#FDC35E (or 0xFDC35E) is known color: Golden Tainoi. HEX triplet: FD, C3 and 5E. RGB value is (253,195,94). Sum of RGB (Red+Green+Blue) = 253+195+94=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC35E is #023CA1. Grayscale: #C9C9C9. Windows color (decimal): -146594 or 6210557. OLE color: 6210557.
HSL color Cylindrical-coordinate representation of color #FDC35E: hue angle of 38.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDC35E is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 94 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 38.11º | 0.98% | 0.68% | - |
| HSV(B) | 38.11º | 0.63% | 0.99% | - |
| XYZ | 62.04 | 60.72 | 19.04 | - |
| YUV | 200.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 94 | 0 | 0.23 | 0.63 | 0.01 | 38.11 | 0.98 | 0.68 |
| Hex | FD | C3 | 5E | 0 | 17 | 3F | 1 | 26 | 62 | 44 |
| Octal | 375 | 303 | 136 | 0 | 27 | 77 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000011 | 1011110 | 0 | 10111 | 111111 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC35E
Complementary color
Monochromatic Colors of #FDC35E
Black with #FDC35E
Text Example
Text Example
White with #FDC35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC35E; }
p { color: rgb(253,195,94); }
H1.HeaderClassName
{
color: #FDC35E;
}
.AnyTagClassName
{
color: #FDC35E;
}
</style>
background-color css
<style>
a { background-color: #FDC35E; }
a { background-color: rgb(253,195,94); }
div.DivClassName
{
background-color: #FDC35E;
}
.BgClassName
{
background-color: #FDC35E;
}
</style>
border-color css
<style>
span { border-color: #FDC35E; }
span { border-color: rgb(253,195,94); }
td.TdClassName
{
border-color: #FDC35E;
}
.TagClassName
{
border-color: #FDC35E;
}
</style>