Shades of Golden Tainoi #FDC84E
Tints of Golden Tainoi #FDC84E
RGB
CMYK
RGB Variations
Color information
#FDC84E (or 0xFDC84E) is known color: Golden Tainoi. HEX triplet: FD, C8 and 4E. RGB value is (253,200,78). Sum of RGB (Red+Green+Blue) = 253+200+78=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC84E is #0237B1. Grayscale: #CACACA. Windows color (decimal): -145330 or 5163261. OLE color: 5163261.
HSL color Cylindrical-coordinate representation of color #FDC84E: hue angle of 41.83º 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 #FDC84E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.01 |
| HSL | 41.83º | 0.98% | 0.65% | - |
| HSV(B) | 41.83º | 0.69% | 0.99% | - |
| XYZ | 62.54 | 62.74 | 16.02 | - |
| YUV | 201.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 78 | 0 | 0.21 | 0.69 | 0.01 | 41.83 | 0.98 | 0.65 |
| Hex | FD | C8 | 4E | 0 | 15 | 45 | 1 | 2A | 62 | 41 |
| Octal | 375 | 310 | 116 | 0 | 25 | 105 | 1 | 52 | 142 | 101 |
| Binary | 11111101 | 11001000 | 1001110 | 0 | 10101 | 1000101 | 1 | 101010 | 1100010 | 1000001 |
Color Harmonies of #FDC84E
Complementary color
Monochromatic Colors of #FDC84E
Black with #FDC84E
Text Example
Text Example
White with #FDC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC84E; }
p { color: rgb(253,200,78); }
H1.HeaderClassName
{
color: #FDC84E;
}
.AnyTagClassName
{
color: #FDC84E;
}
</style>
background-color css
<style>
a { background-color: #FDC84E; }
a { background-color: rgb(253,200,78); }
div.DivClassName
{
background-color: #FDC84E;
}
.BgClassName
{
background-color: #FDC84E;
}
</style>
border-color css
<style>
span { border-color: #FDC84E; }
span { border-color: rgb(253,200,78); }
td.TdClassName
{
border-color: #FDC84E;
}
.TagClassName
{
border-color: #FDC84E;
}
</style>