Shades of Golden Tainoi #FCC15D
Tints of Golden Tainoi #FCC15D
RGB
CMYK
RGB Variations
Color information
#FCC15D (or 0xFCC15D) is known color: Golden Tainoi. HEX triplet: FC, C1 and 5D. RGB value is (252,193,93). Sum of RGB (Red+Green+Blue) = 252+193+93=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC15D is #033EA2. Grayscale: #C7C7C7. Windows color (decimal): -212643 or 6144508. OLE color: 6144508.
HSL color Cylindrical-coordinate representation of color #FCC15D: hue angle of 37.74º 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 #FCC15D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 93 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 37.74º | 0.96% | 0.68% | - |
| HSV(B) | 37.74º | 0.63% | 0.99% | - |
| XYZ | 61.19 | 59.63 | 18.64 | - |
| YUV | 199.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 93 | 0 | 0.23 | 0.63 | 0.01 | 37.74 | 0.96 | 0.68 |
| Hex | FC | C1 | 5D | 0 | 17 | 3F | 1 | 26 | 60 | 44 |
| Octal | 374 | 301 | 135 | 0 | 27 | 77 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000001 | 1011101 | 0 | 10111 | 111111 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC15D
Complementary color
Monochromatic Colors of #FCC15D
Black with #FCC15D
Text Example
Text Example
White with #FCC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC15D; }
p { color: rgb(252,193,93); }
H1.HeaderClassName
{
color: #FCC15D;
}
.AnyTagClassName
{
color: #FCC15D;
}
</style>
background-color css
<style>
a { background-color: #FCC15D; }
a { background-color: rgb(252,193,93); }
div.DivClassName
{
background-color: #FCC15D;
}
.BgClassName
{
background-color: #FCC15D;
}
</style>
border-color css
<style>
span { border-color: #FCC15D; }
span { border-color: rgb(252,193,93); }
td.TdClassName
{
border-color: #FCC15D;
}
.TagClassName
{
border-color: #FCC15D;
}
</style>