Shades of Golden Tainoi #FCC653
Tints of Golden Tainoi #FCC653
RGB
CMYK
RGB Variations
Color information
#FCC653 (or 0xFCC653) is known color: Golden Tainoi. HEX triplet: FC, C6 and 53. RGB value is (252,198,83). Sum of RGB (Red+Green+Blue) = 252+198+83=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC653 is #0339AC. Grayscale: #C9C9C9. Windows color (decimal): -211373 or 5490428. OLE color: 5490428.
HSL color Cylindrical-coordinate representation of color #FCC653: hue angle of 40.83º degrees, saturation: 0.97, 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 #FCC653 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.01 |
| HSL | 40.83º | 0.97% | 0.66% | - |
| HSV(B) | 40.83º | 0.67% | 0.99% | - |
| XYZ | 61.9 | 61.71 | 16.83 | - |
| YUV | 201.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 83 | 0 | 0.21 | 0.67 | 0.01 | 40.83 | 0.97 | 0.66 |
| Hex | FC | C6 | 53 | 0 | 15 | 43 | 1 | 29 | 61 | 42 |
| Octal | 374 | 306 | 123 | 0 | 25 | 103 | 1 | 51 | 141 | 102 |
| Binary | 11111100 | 11000110 | 1010011 | 0 | 10101 | 1000011 | 1 | 101001 | 1100001 | 1000010 |
Color Harmonies of #FCC653
Complementary color
Monochromatic Colors of #FCC653
Black with #FCC653
Text Example
Text Example
White with #FCC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC653; }
p { color: rgb(252,198,83); }
H1.HeaderClassName
{
color: #FCC653;
}
.AnyTagClassName
{
color: #FCC653;
}
</style>
background-color css
<style>
a { background-color: #FCC653; }
a { background-color: rgb(252,198,83); }
div.DivClassName
{
background-color: #FCC653;
}
.BgClassName
{
background-color: #FCC653;
}
</style>
border-color css
<style>
span { border-color: #FCC653; }
span { border-color: rgb(252,198,83); }
td.TdClassName
{
border-color: #FCC653;
}
.TagClassName
{
border-color: #FCC653;
}
</style>