Shades of Golden Tainoi #FDC252
Tints of Golden Tainoi #FDC252
RGB
CMYK
RGB Variations
Color information
#FDC252 (or 0xFDC252) is known color: Golden Tainoi. HEX triplet: FD, C2 and 52. RGB value is (253,194,82). Sum of RGB (Red+Green+Blue) = 253+194+82=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC252 is #023DAD. Grayscale: #C7C7C7. Windows color (decimal): -146862 or 5423869. OLE color: 5423869.
HSL color Cylindrical-coordinate representation of color #FDC252: hue angle of 39.3º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC252 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 82 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.01 |
| HSL | 39.3º | 0.98% | 0.66% | - |
| HSV(B) | 39.3º | 0.68% | 0.99% | - |
| XYZ | 61.32 | 60.08 | 16.35 | - |
| YUV | 198.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 82 | 0 | 0.23 | 0.68 | 0.01 | 39.3 | 0.98 | 0.66 |
| Hex | FD | C2 | 52 | 0 | 17 | 44 | 1 | 27 | 62 | 42 |
| Octal | 375 | 302 | 122 | 0 | 27 | 104 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000010 | 1010010 | 0 | 10111 | 1000100 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC252
Complementary color
Monochromatic Colors of #FDC252
Black with #FDC252
Text Example
Text Example
White with #FDC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC252; }
p { color: rgb(253,194,82); }
H1.HeaderClassName
{
color: #FDC252;
}
.AnyTagClassName
{
color: #FDC252;
}
</style>
background-color css
<style>
a { background-color: #FDC252; }
a { background-color: rgb(253,194,82); }
div.DivClassName
{
background-color: #FDC252;
}
.BgClassName
{
background-color: #FDC252;
}
</style>
border-color css
<style>
span { border-color: #FDC252; }
span { border-color: rgb(253,194,82); }
td.TdClassName
{
border-color: #FDC252;
}
.TagClassName
{
border-color: #FDC252;
}
</style>