Shades of Golden Tainoi #FDC34E
Tints of Golden Tainoi #FDC34E
RGB
CMYK
RGB Variations
Color information
#FDC34E (or 0xFDC34E) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4E. RGB value is (253,195,78). Sum of RGB (Red+Green+Blue) = 253+195+78=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC34E is #023CB1. Grayscale: #C7C7C7. Windows color (decimal): -146610 or 5161981. OLE color: 5161981.
HSL color Cylindrical-coordinate representation of color #FDC34E: hue angle of 40.11º 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 #FDC34E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 78 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.01 |
| HSL | 40.11º | 0.98% | 0.65% | - |
| HSV(B) | 40.11º | 0.69% | 0.99% | - |
| XYZ | 61.4 | 60.46 | 15.64 | - |
| YUV | 199 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 78 | 0 | 0.23 | 0.69 | 0.01 | 40.11 | 0.98 | 0.65 |
| Hex | FD | C3 | 4E | 0 | 17 | 45 | 1 | 28 | 62 | 41 |
| Octal | 375 | 303 | 116 | 0 | 27 | 105 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000011 | 1001110 | 0 | 10111 | 1000101 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC34E
Complementary color
Monochromatic Colors of #FDC34E
Black with #FDC34E
Text Example
Text Example
White with #FDC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34E; }
p { color: rgb(253,195,78); }
H1.HeaderClassName
{
color: #FDC34E;
}
.AnyTagClassName
{
color: #FDC34E;
}
</style>
background-color css
<style>
a { background-color: #FDC34E; }
a { background-color: rgb(253,195,78); }
div.DivClassName
{
background-color: #FDC34E;
}
.BgClassName
{
background-color: #FDC34E;
}
</style>
border-color css
<style>
span { border-color: #FDC34E; }
span { border-color: rgb(253,195,78); }
td.TdClassName
{
border-color: #FDC34E;
}
.TagClassName
{
border-color: #FDC34E;
}
</style>