Shades of Golden Tainoi #FCC25F
Tints of Golden Tainoi #FCC25F
RGB
CMYK
RGB Variations
Color information
#FCC25F (or 0xFCC25F) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5F. RGB value is (252,194,95). Sum of RGB (Red+Green+Blue) = 252+194+95=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25F is #033DA0. Grayscale: #C8C8C8. Windows color (decimal): -212385 or 6275836. OLE color: 6275836.
HSL color Cylindrical-coordinate representation of color #FCC25F: hue angle of 37.83º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC25F is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 95 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.01 |
| HSL | 37.83º | 0.96% | 0.68% | - |
| HSV(B) | 37.83º | 0.62% | 0.99% | - |
| XYZ | 61.5 | 60.11 | 19.19 | - |
| YUV | 200.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 95 | 0 | 0.23 | 0.62 | 0.01 | 37.83 | 0.96 | 0.68 |
| Hex | FC | C2 | 5F | 0 | 17 | 3E | 1 | 26 | 60 | 44 |
| Octal | 374 | 302 | 137 | 0 | 27 | 76 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000010 | 1011111 | 0 | 10111 | 111110 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC25F
Complementary color
Monochromatic Colors of #FCC25F
Black with #FCC25F
Text Example
Text Example
White with #FCC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC25F; }
p { color: rgb(252,194,95); }
H1.HeaderClassName
{
color: #FCC25F;
}
.AnyTagClassName
{
color: #FCC25F;
}
</style>
background-color css
<style>
a { background-color: #FCC25F; }
a { background-color: rgb(252,194,95); }
div.DivClassName
{
background-color: #FCC25F;
}
.BgClassName
{
background-color: #FCC25F;
}
</style>
border-color css
<style>
span { border-color: #FCC25F; }
span { border-color: rgb(252,194,95); }
td.TdClassName
{
border-color: #FCC25F;
}
.TagClassName
{
border-color: #FCC25F;
}
</style>