Shades of Golden Tainoi #FCC155
Tints of Golden Tainoi #FCC155
RGB
CMYK
RGB Variations
Color information
#FCC155 (or 0xFCC155) is known color: Golden Tainoi. HEX triplet: FC, C1 and 55. RGB value is (252,193,85). Sum of RGB (Red+Green+Blue) = 252+193+85=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC155 is #033EAA. Grayscale: #C6C6C6. Windows color (decimal): -212651 or 5620220. OLE color: 5620220.
HSL color Cylindrical-coordinate representation of color #FCC155: hue angle of 38.8º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCC155 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 85 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 38.8º | 0.97% | 0.66% | - |
| HSV(B) | 38.8º | 0.66% | 0.99% | - |
| XYZ | 60.85 | 59.49 | 16.87 | - |
| YUV | 198.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 85 | 0 | 0.23 | 0.66 | 0.01 | 38.8 | 0.97 | 0.66 |
| Hex | FC | C1 | 55 | 0 | 17 | 42 | 1 | 27 | 61 | 42 |
| Octal | 374 | 301 | 125 | 0 | 27 | 102 | 1 | 47 | 141 | 102 |
| Binary | 11111100 | 11000001 | 1010101 | 0 | 10111 | 1000010 | 1 | 100111 | 1100001 | 1000010 |
Color Harmonies of #FCC155
Complementary color
Monochromatic Colors of #FCC155
Black with #FCC155
Text Example
Text Example
White with #FCC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC155; }
p { color: rgb(252,193,85); }
H1.HeaderClassName
{
color: #FCC155;
}
.AnyTagClassName
{
color: #FCC155;
}
</style>
background-color css
<style>
a { background-color: #FCC155; }
a { background-color: rgb(252,193,85); }
div.DivClassName
{
background-color: #FCC155;
}
.BgClassName
{
background-color: #FCC155;
}
</style>
border-color css
<style>
span { border-color: #FCC155; }
span { border-color: rgb(252,193,85); }
td.TdClassName
{
border-color: #FCC155;
}
.TagClassName
{
border-color: #FCC155;
}
</style>