Shades of Golden Tainoi #FDC254
Tints of Golden Tainoi #FDC254
RGB
CMYK
RGB Variations
Color information
#FDC254 (or 0xFDC254) is known color: Golden Tainoi. HEX triplet: FD, C2 and 54. RGB value is (253,194,84). Sum of RGB (Red+Green+Blue) = 253+194+84=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC254 is #023DAB. Grayscale: #C7C7C7. Windows color (decimal): -146860 or 5554941. OLE color: 5554941.
HSL color Cylindrical-coordinate representation of color #FDC254: hue angle of 39.05º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDC254 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 84 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.01 |
| HSL | 39.05º | 0.98% | 0.66% | - |
| HSV(B) | 39.05º | 0.67% | 0.99% | - |
| XYZ | 61.4 | 60.11 | 16.75 | - |
| YUV | 199.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 84 | 0 | 0.23 | 0.67 | 0.01 | 39.05 | 0.98 | 0.66 |
| Hex | FD | C2 | 54 | 0 | 17 | 43 | 1 | 27 | 62 | 42 |
| Octal | 375 | 302 | 124 | 0 | 27 | 103 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000010 | 1010100 | 0 | 10111 | 1000011 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC254
Complementary color
Monochromatic Colors of #FDC254
Black with #FDC254
Text Example
Text Example
White with #FDC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC254; }
p { color: rgb(253,194,84); }
H1.HeaderClassName
{
color: #FDC254;
}
.AnyTagClassName
{
color: #FDC254;
}
</style>
background-color css
<style>
a { background-color: #FDC254; }
a { background-color: rgb(253,194,84); }
div.DivClassName
{
background-color: #FDC254;
}
.BgClassName
{
background-color: #FDC254;
}
</style>
border-color css
<style>
span { border-color: #FDC254; }
span { border-color: rgb(253,194,84); }
td.TdClassName
{
border-color: #FDC254;
}
.TagClassName
{
border-color: #FDC254;
}
</style>