Shades of Golden Tainoi #FDC94E
Tints of Golden Tainoi #FDC94E
RGB
CMYK
RGB Variations
Color information
#FDC94E (or 0xFDC94E) is known color: Golden Tainoi. HEX triplet: FD, C9 and 4E. RGB value is (253,201,78). Sum of RGB (Red+Green+Blue) = 253+201+78=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC94E is #0236B1. Grayscale: #CBCBCB. Windows color (decimal): -145074 or 5163517. OLE color: 5163517.
HSL color Cylindrical-coordinate representation of color #FDC94E: hue angle of 42.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC94E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.01 |
| HSL | 42.17º | 0.98% | 0.65% | - |
| HSV(B) | 42.17º | 0.69% | 0.99% | - |
| XYZ | 62.77 | 63.21 | 16.1 | - |
| YUV | 202.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 78 | 0 | 0.21 | 0.69 | 0.01 | 42.17 | 0.98 | 0.65 |
| Hex | FD | C9 | 4E | 0 | 15 | 45 | 1 | 2A | 62 | 41 |
| Octal | 375 | 311 | 116 | 0 | 25 | 105 | 1 | 52 | 142 | 101 |
| Binary | 11111101 | 11001001 | 1001110 | 0 | 10101 | 1000101 | 1 | 101010 | 1100010 | 1000001 |
Color Harmonies of #FDC94E
Complementary color
Monochromatic Colors of #FDC94E
Black with #FDC94E
Text Example
Text Example
White with #FDC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC94E; }
p { color: rgb(253,201,78); }
H1.HeaderClassName
{
color: #FDC94E;
}
.AnyTagClassName
{
color: #FDC94E;
}
</style>
background-color css
<style>
a { background-color: #FDC94E; }
a { background-color: rgb(253,201,78); }
div.DivClassName
{
background-color: #FDC94E;
}
.BgClassName
{
background-color: #FDC94E;
}
</style>
border-color css
<style>
span { border-color: #FDC94E; }
span { border-color: rgb(253,201,78); }
td.TdClassName
{
border-color: #FDC94E;
}
.TagClassName
{
border-color: #FDC94E;
}
</style>