Shades of Golden Tainoi #FCC342
Tints of Golden Tainoi #FCC342
RGB
CMYK
RGB Variations
Color information
#FCC342 (or 0xFCC342) is known color: Golden Tainoi. HEX triplet: FC, C3 and 42. RGB value is (252,195,66). Sum of RGB (Red+Green+Blue) = 252+195+66=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC342 is #033CBD. Grayscale: #C5C5C5. Windows color (decimal): -212158 or 4375548. OLE color: 4375548.
HSL color Cylindrical-coordinate representation of color #FCC342: hue angle of 41.61º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC342 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 66 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.01 |
| HSL | 41.61º | 0.97% | 0.62% | - |
| HSV(B) | 41.61º | 0.74% | 0.99% | - |
| XYZ | 60.64 | 60.12 | 13.56 | - |
| YUV | 197.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 66 | 0 | 0.23 | 0.74 | 0.01 | 41.61 | 0.97 | 0.62 |
| Hex | FC | C3 | 42 | 0 | 17 | 4A | 1 | 2A | 61 | 3E |
| Octal | 374 | 303 | 102 | 0 | 27 | 112 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000011 | 1000010 | 0 | 10111 | 1001010 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC342
Complementary color
Monochromatic Colors of #FCC342
Black with #FCC342
Text Example
Text Example
White with #FCC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC342; }
p { color: rgb(252,195,66); }
H1.HeaderClassName
{
color: #FCC342;
}
.AnyTagClassName
{
color: #FCC342;
}
</style>
background-color css
<style>
a { background-color: #FCC342; }
a { background-color: rgb(252,195,66); }
div.DivClassName
{
background-color: #FCC342;
}
.BgClassName
{
background-color: #FCC342;
}
</style>
border-color css
<style>
span { border-color: #FCC342; }
span { border-color: rgb(252,195,66); }
td.TdClassName
{
border-color: #FCC342;
}
.TagClassName
{
border-color: #FCC342;
}
</style>