Shades of Golden Tainoi #FCC15C
Tints of Golden Tainoi #FCC15C
RGB
CMYK
RGB Variations
Color information
#FCC15C (or 0xFCC15C) is known color: Golden Tainoi. HEX triplet: FC, C1 and 5C. RGB value is (252,193,92). Sum of RGB (Red+Green+Blue) = 252+193+92=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC15C is #033EA3. Grayscale: #C7C7C7. Windows color (decimal): -212644 or 6078972. OLE color: 6078972.
HSL color Cylindrical-coordinate representation of color #FCC15C: hue angle of 37.88º 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 #FCC15C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 92 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 37.88º | 0.96% | 0.67% | - |
| HSV(B) | 37.88º | 0.63% | 0.99% | - |
| XYZ | 61.15 | 59.61 | 18.41 | - |
| YUV | 199.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 92 | 0 | 0.23 | 0.63 | 0.01 | 37.88 | 0.96 | 0.67 |
| Hex | FC | C1 | 5C | 0 | 17 | 3F | 1 | 26 | 60 | 43 |
| Octal | 374 | 301 | 134 | 0 | 27 | 77 | 1 | 46 | 140 | 103 |
| Binary | 11111100 | 11000001 | 1011100 | 0 | 10111 | 111111 | 1 | 100110 | 1100000 | 1000011 |
Color Harmonies of #FCC15C
Complementary color
Monochromatic Colors of #FCC15C
Black with #FCC15C
Text Example
Text Example
White with #FCC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC15C; }
p { color: rgb(252,193,92); }
H1.HeaderClassName
{
color: #FCC15C;
}
.AnyTagClassName
{
color: #FCC15C;
}
</style>
background-color css
<style>
a { background-color: #FCC15C; }
a { background-color: rgb(252,193,92); }
div.DivClassName
{
background-color: #FCC15C;
}
.BgClassName
{
background-color: #FCC15C;
}
</style>
border-color css
<style>
span { border-color: #FCC15C; }
span { border-color: rgb(252,193,92); }
td.TdClassName
{
border-color: #FCC15C;
}
.TagClassName
{
border-color: #FCC15C;
}
</style>