Shades of Golden Tainoi #FCC25C
Tints of Golden Tainoi #FCC25C
RGB
CMYK
RGB Variations
Color information
#FCC25C (or 0xFCC25C) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5C. RGB value is (252,194,92). Sum of RGB (Red+Green+Blue) = 252+194+92=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25C is #033DA3. Grayscale: #C8C8C8. Windows color (decimal): -212388 or 6079228. OLE color: 6079228.
HSL color Cylindrical-coordinate representation of color #FCC25C: hue angle of 38.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC25C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 92 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 38.25º | 0.96% | 0.67% | - |
| HSV(B) | 38.25º | 0.63% | 0.99% | - |
| XYZ | 61.37 | 60.05 | 18.48 | - |
| YUV | 199.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 92 | 0 | 0.23 | 0.63 | 0.01 | 38.25 | 0.96 | 0.67 |
| Hex | FC | C2 | 5C | 0 | 17 | 3F | 1 | 26 | 60 | 43 |
| Octal | 374 | 302 | 134 | 0 | 27 | 77 | 1 | 46 | 140 | 103 |
| Binary | 11111100 | 11000010 | 1011100 | 0 | 10111 | 111111 | 1 | 100110 | 1100000 | 1000011 |
Color Harmonies of #FCC25C
Complementary color
Monochromatic Colors of #FCC25C
Black with #FCC25C
Text Example
Text Example
White with #FCC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC25C; }
p { color: rgb(252,194,92); }
H1.HeaderClassName
{
color: #FCC25C;
}
.AnyTagClassName
{
color: #FCC25C;
}
</style>
background-color css
<style>
a { background-color: #FCC25C; }
a { background-color: rgb(252,194,92); }
div.DivClassName
{
background-color: #FCC25C;
}
.BgClassName
{
background-color: #FCC25C;
}
</style>
border-color css
<style>
span { border-color: #FCC25C; }
span { border-color: rgb(252,194,92); }
td.TdClassName
{
border-color: #FCC25C;
}
.TagClassName
{
border-color: #FCC25C;
}
</style>