Shades of Golden Tainoi #FCC754
Tints of Golden Tainoi #FCC754
RGB
CMYK
RGB Variations
Color information
#FCC754 (or 0xFCC754) is known color: Golden Tainoi. HEX triplet: FC, C7 and 54. RGB value is (252,199,84). Sum of RGB (Red+Green+Blue) = 252+199+84=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC754 is #0338AB. Grayscale: #CACACA. Windows color (decimal): -211116 or 5556220. OLE color: 5556220.
HSL color Cylindrical-coordinate representation of color #FCC754: hue angle of 41.07º 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 #FCC754 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 84 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.01 |
| HSL | 41.07º | 0.97% | 0.66% | - |
| HSV(B) | 41.07º | 0.67% | 0.99% | - |
| XYZ | 62.17 | 62.18 | 17.11 | - |
| YUV | 201.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 84 | 0 | 0.21 | 0.67 | 0.01 | 41.07 | 0.97 | 0.66 |
| Hex | FC | C7 | 54 | 0 | 15 | 43 | 1 | 29 | 61 | 42 |
| Octal | 374 | 307 | 124 | 0 | 25 | 103 | 1 | 51 | 141 | 102 |
| Binary | 11111100 | 11000111 | 1010100 | 0 | 10101 | 1000011 | 1 | 101001 | 1100001 | 1000010 |
Color Harmonies of #FCC754
Complementary color
Monochromatic Colors of #FCC754
Black with #FCC754
Text Example
Text Example
White with #FCC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC754; }
p { color: rgb(252,199,84); }
H1.HeaderClassName
{
color: #FCC754;
}
.AnyTagClassName
{
color: #FCC754;
}
</style>
background-color css
<style>
a { background-color: #FCC754; }
a { background-color: rgb(252,199,84); }
div.DivClassName
{
background-color: #FCC754;
}
.BgClassName
{
background-color: #FCC754;
}
</style>
border-color css
<style>
span { border-color: #FCC754; }
span { border-color: rgb(252,199,84); }
td.TdClassName
{
border-color: #FCC754;
}
.TagClassName
{
border-color: #FCC754;
}
</style>