Shades of Golden Tainoi #FCC152
Tints of Golden Tainoi #FCC152
RGB
CMYK
RGB Variations
Color information
#FCC152 (or 0xFCC152) is known color: Golden Tainoi. HEX triplet: FC, C1 and 52. RGB value is (252,193,82). Sum of RGB (Red+Green+Blue) = 252+193+82=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC152 is #033EAD. Grayscale: #C6C6C6. Windows color (decimal): -212654 or 5423612. OLE color: 5423612.
HSL color Cylindrical-coordinate representation of color #FCC152: hue angle of 39.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC152 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 82 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.01 |
| HSL | 39.18º | 0.97% | 0.65% | - |
| HSV(B) | 39.18º | 0.67% | 0.99% | - |
| XYZ | 60.74 | 59.44 | 16.26 | - |
| YUV | 197.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 82 | 0 | 0.23 | 0.67 | 0.01 | 39.18 | 0.97 | 0.65 |
| Hex | FC | C1 | 52 | 0 | 17 | 43 | 1 | 27 | 61 | 41 |
| Octal | 374 | 301 | 122 | 0 | 27 | 103 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 11000001 | 1010010 | 0 | 10111 | 1000011 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCC152
Complementary color
Monochromatic Colors of #FCC152
Black with #FCC152
Text Example
Text Example
White with #FCC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC152; }
p { color: rgb(252,193,82); }
H1.HeaderClassName
{
color: #FCC152;
}
.AnyTagClassName
{
color: #FCC152;
}
</style>
background-color css
<style>
a { background-color: #FCC152; }
a { background-color: rgb(252,193,82); }
div.DivClassName
{
background-color: #FCC152;
}
.BgClassName
{
background-color: #FCC152;
}
</style>
border-color css
<style>
span { border-color: #FCC152; }
span { border-color: rgb(252,193,82); }
td.TdClassName
{
border-color: #FCC152;
}
.TagClassName
{
border-color: #FCC152;
}
</style>