Shades of Golden Tainoi #FCC254
Tints of Golden Tainoi #FCC254
RGB
CMYK
RGB Variations
Color information
#FCC254 (or 0xFCC254) is known color: Golden Tainoi. HEX triplet: FC, C2 and 54. RGB value is (252,194,84). Sum of RGB (Red+Green+Blue) = 252+194+84=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC254 is #033DAB. Grayscale: #C7C7C7. Windows color (decimal): -212396 or 5554940. OLE color: 5554940.
HSL color Cylindrical-coordinate representation of color #FCC254: hue angle of 39.29º 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 #FCC254 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 84 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.01 |
| HSL | 39.29º | 0.97% | 0.66% | - |
| HSV(B) | 39.29º | 0.67% | 0.99% | - |
| XYZ | 61.04 | 59.92 | 16.74 | - |
| YUV | 198.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 84 | 0 | 0.23 | 0.67 | 0.01 | 39.29 | 0.97 | 0.66 |
| Hex | FC | C2 | 54 | 0 | 17 | 43 | 1 | 27 | 61 | 42 |
| Octal | 374 | 302 | 124 | 0 | 27 | 103 | 1 | 47 | 141 | 102 |
| Binary | 11111100 | 11000010 | 1010100 | 0 | 10111 | 1000011 | 1 | 100111 | 1100001 | 1000010 |
Color Harmonies of #FCC254
Complementary color
Monochromatic Colors of #FCC254
Black with #FCC254
Text Example
Text Example
White with #FCC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC254; }
p { color: rgb(252,194,84); }
H1.HeaderClassName
{
color: #FCC254;
}
.AnyTagClassName
{
color: #FCC254;
}
</style>
background-color css
<style>
a { background-color: #FCC254; }
a { background-color: rgb(252,194,84); }
div.DivClassName
{
background-color: #FCC254;
}
.BgClassName
{
background-color: #FCC254;
}
</style>
border-color css
<style>
span { border-color: #FCC254; }
span { border-color: rgb(252,194,84); }
td.TdClassName
{
border-color: #FCC254;
}
.TagClassName
{
border-color: #FCC254;
}
</style>