Shades of Golden Tainoi #FCC25E
Tints of Golden Tainoi #FCC25E
RGB
CMYK
RGB Variations
Color information
#FCC25E (or 0xFCC25E) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5E. RGB value is (252,194,94). Sum of RGB (Red+Green+Blue) = 252+194+94=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25E is #033DA1. Grayscale: #C8C8C8. Windows color (decimal): -212386 or 6210300. OLE color: 6210300.
HSL color Cylindrical-coordinate representation of color #FCC25E: hue angle of 37.97º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC25E is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 94 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 37.97º | 0.96% | 0.68% | - |
| HSV(B) | 37.97º | 0.63% | 0.99% | - |
| XYZ | 61.46 | 60.09 | 18.95 | - |
| YUV | 199.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 94 | 0 | 0.23 | 0.63 | 0.01 | 37.97 | 0.96 | 0.68 |
| Hex | FC | C2 | 5E | 0 | 17 | 3F | 1 | 26 | 60 | 44 |
| Octal | 374 | 302 | 136 | 0 | 27 | 77 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000010 | 1011110 | 0 | 10111 | 111111 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC25E
Complementary color
Monochromatic Colors of #FCC25E
Black with #FCC25E
Text Example
Text Example
White with #FCC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC25E; }
p { color: rgb(252,194,94); }
H1.HeaderClassName
{
color: #FCC25E;
}
.AnyTagClassName
{
color: #FCC25E;
}
</style>
background-color css
<style>
a { background-color: #FCC25E; }
a { background-color: rgb(252,194,94); }
div.DivClassName
{
background-color: #FCC25E;
}
.BgClassName
{
background-color: #FCC25E;
}
</style>
border-color css
<style>
span { border-color: #FCC25E; }
span { border-color: rgb(252,194,94); }
td.TdClassName
{
border-color: #FCC25E;
}
.TagClassName
{
border-color: #FCC25E;
}
</style>