Shades of Golden Tainoi #FDC343
Tints of Golden Tainoi #FDC343
RGB
CMYK
RGB Variations
Color information
#FDC343 (or 0xFDC343) is known color: Golden Tainoi. HEX triplet: FD, C3 and 43. RGB value is (253,195,67). Sum of RGB (Red+Green+Blue) = 253+195+67=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC343 is #023CBC. Grayscale: #C6C6C6. Windows color (decimal): -146621 or 4441085. OLE color: 4441085.
HSL color Cylindrical-coordinate representation of color #FDC343: hue angle of 41.29º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDC343 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 67 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.01 |
| HSL | 41.29º | 0.98% | 0.63% | - |
| HSV(B) | 41.29º | 0.74% | 0.99% | - |
| XYZ | 61.04 | 60.32 | 13.74 | - |
| YUV | 197.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 67 | 0 | 0.23 | 0.74 | 0.01 | 41.29 | 0.98 | 0.63 |
| Hex | FD | C3 | 43 | 0 | 17 | 4A | 1 | 29 | 62 | 3F |
| Octal | 375 | 303 | 103 | 0 | 27 | 112 | 1 | 51 | 142 | 77 |
| Binary | 11111101 | 11000011 | 1000011 | 0 | 10111 | 1001010 | 1 | 101001 | 1100010 | 111111 |
Color Harmonies of #FDC343
Complementary color
Monochromatic Colors of #FDC343
Black with #FDC343
Text Example
Text Example
White with #FDC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC343; }
p { color: rgb(253,195,67); }
H1.HeaderClassName
{
color: #FDC343;
}
.AnyTagClassName
{
color: #FDC343;
}
</style>
background-color css
<style>
a { background-color: #FDC343; }
a { background-color: rgb(253,195,67); }
div.DivClassName
{
background-color: #FDC343;
}
.BgClassName
{
background-color: #FDC343;
}
</style>
border-color css
<style>
span { border-color: #FDC343; }
span { border-color: rgb(253,195,67); }
td.TdClassName
{
border-color: #FDC343;
}
.TagClassName
{
border-color: #FDC343;
}
</style>