Shades of Golden Tainoi #FCC34C
Tints of Golden Tainoi #FCC34C
RGB
CMYK
RGB Variations
Color information
#FCC34C (or 0xFCC34C) is known color: Golden Tainoi. HEX triplet: FC, C3 and 4C. RGB value is (252,195,76). Sum of RGB (Red+Green+Blue) = 252+195+76=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC34C is #033CB3. Grayscale: #C7C7C7. Windows color (decimal): -212148 or 5030908. OLE color: 5030908.
HSL color Cylindrical-coordinate representation of color #FCC34C: hue angle of 40.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC34C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 76 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.57º | 0.97% | 0.64% | - |
| HSV(B) | 40.57º | 0.7% | 0.99% | - |
| XYZ | 60.96 | 60.25 | 15.25 | - |
| YUV | 198.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 76 | 0 | 0.23 | 0.70 | 0.01 | 40.57 | 0.97 | 0.64 |
| Hex | FC | C3 | 4C | 0 | 17 | 46 | 1 | 29 | 61 | 40 |
| Octal | 374 | 303 | 114 | 0 | 27 | 106 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000011 | 1001100 | 0 | 10111 | 1000110 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC34C
Complementary color
Monochromatic Colors of #FCC34C
Black with #FCC34C
Text Example
Text Example
White with #FCC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC34C; }
p { color: rgb(252,195,76); }
H1.HeaderClassName
{
color: #FCC34C;
}
.AnyTagClassName
{
color: #FCC34C;
}
</style>
background-color css
<style>
a { background-color: #FCC34C; }
a { background-color: rgb(252,195,76); }
div.DivClassName
{
background-color: #FCC34C;
}
.BgClassName
{
background-color: #FCC34C;
}
</style>
border-color css
<style>
span { border-color: #FCC34C; }
span { border-color: rgb(252,195,76); }
td.TdClassName
{
border-color: #FCC34C;
}
.TagClassName
{
border-color: #FCC34C;
}
</style>