Shades of Golden Tainoi #FCC154
Tints of Golden Tainoi #FCC154
RGB
CMYK
RGB Variations
Color information
#FCC154 (or 0xFCC154) is known color: Golden Tainoi. HEX triplet: FC, C1 and 54. RGB value is (252,193,84). Sum of RGB (Red+Green+Blue) = 252+193+84=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC154 is #033EAB. Grayscale: #C6C6C6. Windows color (decimal): -212652 or 5554684. OLE color: 5554684.
HSL color Cylindrical-coordinate representation of color #FCC154: hue angle of 38.93º 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 #FCC154 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 84 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.01 |
| HSL | 38.93º | 0.97% | 0.66% | - |
| HSV(B) | 38.93º | 0.67% | 0.99% | - |
| XYZ | 60.82 | 59.48 | 16.66 | - |
| YUV | 198.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 84 | 0 | 0.23 | 0.67 | 0.01 | 38.93 | 0.97 | 0.66 |
| Hex | FC | C1 | 54 | 0 | 17 | 43 | 1 | 27 | 61 | 42 |
| Octal | 374 | 301 | 124 | 0 | 27 | 103 | 1 | 47 | 141 | 102 |
| Binary | 11111100 | 11000001 | 1010100 | 0 | 10111 | 1000011 | 1 | 100111 | 1100001 | 1000010 |
Color Harmonies of #FCC154
Complementary color
Monochromatic Colors of #FCC154
Black with #FCC154
Text Example
Text Example
White with #FCC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC154; }
p { color: rgb(252,193,84); }
H1.HeaderClassName
{
color: #FCC154;
}
.AnyTagClassName
{
color: #FCC154;
}
</style>
background-color css
<style>
a { background-color: #FCC154; }
a { background-color: rgb(252,193,84); }
div.DivClassName
{
background-color: #FCC154;
}
.BgClassName
{
background-color: #FCC154;
}
</style>
border-color css
<style>
span { border-color: #FCC154; }
span { border-color: rgb(252,193,84); }
td.TdClassName
{
border-color: #FCC154;
}
.TagClassName
{
border-color: #FCC154;
}
</style>