Shades of Golden Tainoi #FCC55D
Tints of Golden Tainoi #FCC55D
RGB
CMYK
RGB Variations
Color information
#FCC55D (or 0xFCC55D) is known color: Golden Tainoi. HEX triplet: FC, C5 and 5D. RGB value is (252,197,93). Sum of RGB (Red+Green+Blue) = 252+197+93=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC55D is #033AA2. Grayscale: #CACACA. Windows color (decimal): -211619 or 6145532. OLE color: 6145532.
HSL color Cylindrical-coordinate representation of color #FCC55D: hue angle of 39.25º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC55D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 93 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.01 |
| HSL | 39.25º | 0.96% | 0.68% | - |
| HSV(B) | 39.25º | 0.63% | 0.99% | - |
| XYZ | 62.09 | 61.42 | 18.94 | - |
| YUV | 201.59 | 66.72 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 93 | 0 | 0.22 | 0.63 | 0.01 | 39.25 | 0.96 | 0.68 |
| Hex | FC | C5 | 5D | 0 | 16 | 3F | 1 | 27 | 60 | 44 |
| Octal | 374 | 305 | 135 | 0 | 26 | 77 | 1 | 47 | 140 | 104 |
| Binary | 11111100 | 11000101 | 1011101 | 0 | 10110 | 111111 | 1 | 100111 | 1100000 | 1000100 |
Color Harmonies of #FCC55D
Complementary color
Monochromatic Colors of #FCC55D
Black with #FCC55D
Text Example
Text Example
White with #FCC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC55D; }
p { color: rgb(252,197,93); }
H1.HeaderClassName
{
color: #FCC55D;
}
.AnyTagClassName
{
color: #FCC55D;
}
</style>
background-color css
<style>
a { background-color: #FCC55D; }
a { background-color: rgb(252,197,93); }
div.DivClassName
{
background-color: #FCC55D;
}
.BgClassName
{
background-color: #FCC55D;
}
</style>
border-color css
<style>
span { border-color: #FCC55D; }
span { border-color: rgb(252,197,93); }
td.TdClassName
{
border-color: #FCC55D;
}
.TagClassName
{
border-color: #FCC55D;
}
</style>