Shades of Golden Tainoi #FCC360
Tints of Golden Tainoi #FCC360
RGB
CMYK
RGB Variations
Color information
#FCC360 (or 0xFCC360) is known color: Golden Tainoi. HEX triplet: FC, C3 and 60. RGB value is (252,195,96). Sum of RGB (Red+Green+Blue) = 252+195+96=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC360 is #033C9F. Grayscale: #C9C9C9. Windows color (decimal): -212128 or 6341628. OLE color: 6341628.
HSL color Cylindrical-coordinate representation of color #FCC360: hue angle of 38.08º 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 #FCC360 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 96 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.01 |
| HSL | 38.08º | 0.96% | 0.68% | - |
| HSV(B) | 38.08º | 0.62% | 0.99% | - |
| XYZ | 61.77 | 60.57 | 19.5 | - |
| YUV | 200.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 96 | 0 | 0.23 | 0.62 | 0.01 | 38.08 | 0.96 | 0.68 |
| Hex | FC | C3 | 60 | 0 | 17 | 3E | 1 | 26 | 60 | 44 |
| Octal | 374 | 303 | 140 | 0 | 27 | 76 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000011 | 1100000 | 0 | 10111 | 111110 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC360
Complementary color
Monochromatic Colors of #FCC360
Black with #FCC360
Text Example
Text Example
White with #FCC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC360; }
p { color: rgb(252,195,96); }
H1.HeaderClassName
{
color: #FCC360;
}
.AnyTagClassName
{
color: #FCC360;
}
</style>
background-color css
<style>
a { background-color: #FCC360; }
a { background-color: rgb(252,195,96); }
div.DivClassName
{
background-color: #FCC360;
}
.BgClassName
{
background-color: #FCC360;
}
</style>
border-color css
<style>
span { border-color: #FCC360; }
span { border-color: rgb(252,195,96); }
td.TdClassName
{
border-color: #FCC360;
}
.TagClassName
{
border-color: #FCC360;
}
</style>