Shades of Golden Tainoi #FCC34A
Tints of Golden Tainoi #FCC34A
RGB
CMYK
RGB Variations
Color information
#FCC34A (or 0xFCC34A) is known color: Golden Tainoi. HEX triplet: FC, C3 and 4A. RGB value is (252,195,74). Sum of RGB (Red+Green+Blue) = 252+195+74=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC34A is #033CB5. Grayscale: #C6C6C6. Windows color (decimal): -212150 or 4899836. OLE color: 4899836.
HSL color Cylindrical-coordinate representation of color #FCC34A: hue angle of 40.79º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC34A is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 74 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.79º | 0.97% | 0.64% | - |
| HSV(B) | 40.79º | 0.71% | 0.99% | - |
| XYZ | 60.9 | 60.22 | 14.89 | - |
| YUV | 198.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 74 | 0 | 0.23 | 0.71 | 0.01 | 40.79 | 0.97 | 0.64 |
| Hex | FC | C3 | 4A | 0 | 17 | 47 | 1 | 29 | 61 | 40 |
| Octal | 374 | 303 | 112 | 0 | 27 | 107 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000011 | 1001010 | 0 | 10111 | 1000111 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC34A
Complementary color
Monochromatic Colors of #FCC34A
Black with #FCC34A
Text Example
Text Example
White with #FCC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC34A; }
p { color: rgb(252,195,74); }
H1.HeaderClassName
{
color: #FCC34A;
}
.AnyTagClassName
{
color: #FCC34A;
}
</style>
background-color css
<style>
a { background-color: #FCC34A; }
a { background-color: rgb(252,195,74); }
div.DivClassName
{
background-color: #FCC34A;
}
.BgClassName
{
background-color: #FCC34A;
}
</style>
border-color css
<style>
span { border-color: #FCC34A; }
span { border-color: rgb(252,195,74); }
td.TdClassName
{
border-color: #FCC34A;
}
.TagClassName
{
border-color: #FCC34A;
}
</style>