Shades of Golden Tainoi #FCC350
Tints of Golden Tainoi #FCC350
RGB
CMYK
RGB Variations
Color information
#FCC350 (or 0xFCC350) is known color: Golden Tainoi. HEX triplet: FC, C3 and 50. RGB value is (252,195,80). Sum of RGB (Red+Green+Blue) = 252+195+80=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC350 is #033CAF. Grayscale: #C7C7C7. Windows color (decimal): -212144 or 5293052. OLE color: 5293052.
HSL color Cylindrical-coordinate representation of color #FCC350: hue angle of 40.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCC350 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.01 |
| HSL | 40.12º | 0.97% | 0.65% | - |
| HSV(B) | 40.12º | 0.68% | 0.99% | - |
| XYZ | 61.11 | 60.3 | 16.01 | - |
| YUV | 198.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 80 | 0 | 0.23 | 0.68 | 0.01 | 40.12 | 0.97 | 0.65 |
| Hex | FC | C3 | 50 | 0 | 17 | 44 | 1 | 28 | 61 | 41 |
| Octal | 374 | 303 | 120 | 0 | 27 | 104 | 1 | 50 | 141 | 101 |
| Binary | 11111100 | 11000011 | 1010000 | 0 | 10111 | 1000100 | 1 | 101000 | 1100001 | 1000001 |
Color Harmonies of #FCC350
Complementary color
Monochromatic Colors of #FCC350
Black with #FCC350
Text Example
Text Example
White with #FCC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC350; }
p { color: rgb(252,195,80); }
H1.HeaderClassName
{
color: #FCC350;
}
.AnyTagClassName
{
color: #FCC350;
}
</style>
background-color css
<style>
a { background-color: #FCC350; }
a { background-color: rgb(252,195,80); }
div.DivClassName
{
background-color: #FCC350;
}
.BgClassName
{
background-color: #FCC350;
}
</style>
border-color css
<style>
span { border-color: #FCC350; }
span { border-color: rgb(252,195,80); }
td.TdClassName
{
border-color: #FCC350;
}
.TagClassName
{
border-color: #FCC350;
}
</style>