Shades of Golden Tainoi #FCC263
Tints of Golden Tainoi #FCC263
RGB
CMYK
RGB Variations
Color information
#FCC263 (or 0xFCC263) is known color: Golden Tainoi. HEX triplet: FC, C2 and 63. RGB value is (252,194,99). Sum of RGB (Red+Green+Blue) = 252+194+99=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC263 is #033D9C. Grayscale: #C8C8C8. Windows color (decimal): -212381 or 6537980. OLE color: 6537980.
HSL color Cylindrical-coordinate representation of color #FCC263: hue angle of 37.25º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCC263 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 99 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.01 |
| HSL | 37.25º | 0.96% | 0.69% | - |
| HSV(B) | 37.25º | 0.61% | 0.99% | - |
| XYZ | 61.69 | 60.18 | 20.17 | - |
| YUV | 200.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 99 | 0 | 0.23 | 0.61 | 0.01 | 37.25 | 0.96 | 0.69 |
| Hex | FC | C2 | 63 | 0 | 17 | 3D | 1 | 25 | 60 | 45 |
| Octal | 374 | 302 | 143 | 0 | 27 | 75 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000010 | 1100011 | 0 | 10111 | 111101 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC263
Complementary color
Monochromatic Colors of #FCC263
Black with #FCC263
Text Example
Text Example
White with #FCC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC263; }
p { color: rgb(252,194,99); }
H1.HeaderClassName
{
color: #FCC263;
}
.AnyTagClassName
{
color: #FCC263;
}
</style>
background-color css
<style>
a { background-color: #FCC263; }
a { background-color: rgb(252,194,99); }
div.DivClassName
{
background-color: #FCC263;
}
.BgClassName
{
background-color: #FCC263;
}
</style>
border-color css
<style>
span { border-color: #FCC263; }
span { border-color: rgb(252,194,99); }
td.TdClassName
{
border-color: #FCC263;
}
.TagClassName
{
border-color: #FCC263;
}
</style>