Shades of Golden Tainoi #FCC453
Tints of Golden Tainoi #FCC453
RGB
CMYK
RGB Variations
Color information
#FCC453 (or 0xFCC453) is known color: Golden Tainoi. HEX triplet: FC, C4 and 53. RGB value is (252,196,83). Sum of RGB (Red+Green+Blue) = 252+196+83=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC453 is #033BAC. Grayscale: #C8C8C8. Windows color (decimal): -211885 or 5489916. OLE color: 5489916.
HSL color Cylindrical-coordinate representation of color #FCC453: hue angle of 40.12º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC453 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 83 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.01 |
| HSL | 40.12º | 0.97% | 0.66% | - |
| HSV(B) | 40.12º | 0.67% | 0.99% | - |
| XYZ | 61.45 | 60.8 | 16.68 | - |
| YUV | 199.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 83 | 0 | 0.22 | 0.67 | 0.01 | 40.12 | 0.97 | 0.66 |
| Hex | FC | C4 | 53 | 0 | 16 | 43 | 1 | 28 | 61 | 42 |
| Octal | 374 | 304 | 123 | 0 | 26 | 103 | 1 | 50 | 141 | 102 |
| Binary | 11111100 | 11000100 | 1010011 | 0 | 10110 | 1000011 | 1 | 101000 | 1100001 | 1000010 |
Color Harmonies of #FCC453
Complementary color
Monochromatic Colors of #FCC453
Black with #FCC453
Text Example
Text Example
White with #FCC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC453; }
p { color: rgb(252,196,83); }
H1.HeaderClassName
{
color: #FCC453;
}
.AnyTagClassName
{
color: #FCC453;
}
</style>
background-color css
<style>
a { background-color: #FCC453; }
a { background-color: rgb(252,196,83); }
div.DivClassName
{
background-color: #FCC453;
}
.BgClassName
{
background-color: #FCC453;
}
</style>
border-color css
<style>
span { border-color: #FCC453; }
span { border-color: rgb(252,196,83); }
td.TdClassName
{
border-color: #FCC453;
}
.TagClassName
{
border-color: #FCC453;
}
</style>