Shades of Golden Tainoi #FDC146
Tints of Golden Tainoi #FDC146
RGB
CMYK
RGB Variations
Color information
#FDC146 (or 0xFDC146) is known color: Golden Tainoi. HEX triplet: FD, C1 and 46. RGB value is (253,193,70). Sum of RGB (Red+Green+Blue) = 253+193+70=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC146 is #023EB9. Grayscale: #C5C5C5. Windows color (decimal): -147130 or 4637181. OLE color: 4637181.
HSL color Cylindrical-coordinate representation of color #FDC146: hue angle of 40.33º 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 #FDC146 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 70 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.01 |
| HSL | 40.33º | 0.98% | 0.63% | - |
| HSV(B) | 40.33º | 0.72% | 0.99% | - |
| XYZ | 60.68 | 59.46 | 14.07 | - |
| YUV | 196.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 70 | 0 | 0.24 | 0.72 | 0.01 | 40.33 | 0.98 | 0.63 |
| Hex | FD | C1 | 46 | 0 | 18 | 48 | 1 | 28 | 62 | 3F |
| Octal | 375 | 301 | 106 | 0 | 30 | 110 | 1 | 50 | 142 | 77 |
| Binary | 11111101 | 11000001 | 1000110 | 0 | 11000 | 1001000 | 1 | 101000 | 1100010 | 111111 |
Color Harmonies of #FDC146
Complementary color
Monochromatic Colors of #FDC146
Black with #FDC146
Text Example
Text Example
White with #FDC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC146; }
p { color: rgb(253,193,70); }
H1.HeaderClassName
{
color: #FDC146;
}
.AnyTagClassName
{
color: #FDC146;
}
</style>
background-color css
<style>
a { background-color: #FDC146; }
a { background-color: rgb(253,193,70); }
div.DivClassName
{
background-color: #FDC146;
}
.BgClassName
{
background-color: #FDC146;
}
</style>
border-color css
<style>
span { border-color: #FDC146; }
span { border-color: rgb(253,193,70); }
td.TdClassName
{
border-color: #FDC146;
}
.TagClassName
{
border-color: #FDC146;
}
</style>