Shades of Golden Tainoi #FDC946
Tints of Golden Tainoi #FDC946
RGB
CMYK
RGB Variations
Color information
#FDC946 (or 0xFDC946) is known color: Golden Tainoi. HEX triplet: FD, C9 and 46. RGB value is (253,201,70). Sum of RGB (Red+Green+Blue) = 253+201+70=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC946 is #0236B9. Grayscale: #CACACA. Windows color (decimal): -145082 or 4639229. OLE color: 4639229.
HSL color Cylindrical-coordinate representation of color #FDC946: hue angle of 42.95º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDC946 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 70 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.01 |
| HSL | 42.95º | 0.98% | 0.63% | - |
| HSV(B) | 42.95º | 0.72% | 0.99% | - |
| XYZ | 62.5 | 63.1 | 14.68 | - |
| YUV | 201.61 | 53.73 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 70 | 0 | 0.21 | 0.72 | 0.01 | 42.95 | 0.98 | 0.63 |
| Hex | FD | C9 | 46 | 0 | 15 | 48 | 1 | 2B | 62 | 3F |
| Octal | 375 | 311 | 106 | 0 | 25 | 110 | 1 | 53 | 142 | 77 |
| Binary | 11111101 | 11001001 | 1000110 | 0 | 10101 | 1001000 | 1 | 101011 | 1100010 | 111111 |
Color Harmonies of #FDC946
Complementary color
Monochromatic Colors of #FDC946
Black with #FDC946
Text Example
Text Example
White with #FDC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC946; }
p { color: rgb(253,201,70); }
H1.HeaderClassName
{
color: #FDC946;
}
.AnyTagClassName
{
color: #FDC946;
}
</style>
background-color css
<style>
a { background-color: #FDC946; }
a { background-color: rgb(253,201,70); }
div.DivClassName
{
background-color: #FDC946;
}
.BgClassName
{
background-color: #FDC946;
}
</style>
border-color css
<style>
span { border-color: #FDC946; }
span { border-color: rgb(253,201,70); }
td.TdClassName
{
border-color: #FDC946;
}
.TagClassName
{
border-color: #FDC946;
}
</style>