Shades of Golden Tainoi #FCC25A
Tints of Golden Tainoi #FCC25A
RGB
CMYK
RGB Variations
Color information
#FCC25A (or 0xFCC25A) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5A. RGB value is (252,194,90). Sum of RGB (Red+Green+Blue) = 252+194+90=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25A is #033DA5. Grayscale: #C7C7C7. Windows color (decimal): -212390 or 5948156. OLE color: 5948156.
HSL color Cylindrical-coordinate representation of color #FCC25A: hue angle of 38.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCC25A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 90 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.01 |
| HSL | 38.52º | 0.96% | 0.67% | - |
| HSV(B) | 38.52º | 0.64% | 0.99% | - |
| XYZ | 61.28 | 60.02 | 18.03 | - |
| YUV | 199.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 90 | 0 | 0.23 | 0.64 | 0.01 | 38.52 | 0.96 | 0.67 |
| Hex | FC | C2 | 5A | 0 | 17 | 40 | 1 | 27 | 60 | 43 |
| Octal | 374 | 302 | 132 | 0 | 27 | 100 | 1 | 47 | 140 | 103 |
| Binary | 11111100 | 11000010 | 1011010 | 0 | 10111 | 1000000 | 1 | 100111 | 1100000 | 1000011 |
Color Harmonies of #FCC25A
Complementary color
Monochromatic Colors of #FCC25A
Black with #FCC25A
Text Example
Text Example
White with #FCC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC25A; }
p { color: rgb(252,194,90); }
H1.HeaderClassName
{
color: #FCC25A;
}
.AnyTagClassName
{
color: #FCC25A;
}
</style>
background-color css
<style>
a { background-color: #FCC25A; }
a { background-color: rgb(252,194,90); }
div.DivClassName
{
background-color: #FCC25A;
}
.BgClassName
{
background-color: #FCC25A;
}
</style>
border-color css
<style>
span { border-color: #FCC25A; }
span { border-color: rgb(252,194,90); }
td.TdClassName
{
border-color: #FCC25A;
}
.TagClassName
{
border-color: #FCC25A;
}
</style>