Shades of Golden Tainoi #FCC24D
Tints of Golden Tainoi #FCC24D
RGB
CMYK
RGB Variations
Color information
#FCC24D (or 0xFCC24D) is known color: Golden Tainoi. HEX triplet: FC, C2 and 4D. RGB value is (252,194,77). Sum of RGB (Red+Green+Blue) = 252+194+77=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC24D is #033DB2. Grayscale: #C6C6C6. Windows color (decimal): -212403 or 5096188. OLE color: 5096188.
HSL color Cylindrical-coordinate representation of color #FCC24D: hue angle of 40.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC24D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 77 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.01 |
| HSL | 40.11º | 0.97% | 0.65% | - |
| HSV(B) | 40.11º | 0.69% | 0.99% | - |
| XYZ | 60.78 | 59.81 | 15.36 | - |
| YUV | 198 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 77 | 0 | 0.23 | 0.69 | 0.01 | 40.11 | 0.97 | 0.65 |
| Hex | FC | C2 | 4D | 0 | 17 | 45 | 1 | 28 | 61 | 41 |
| Octal | 374 | 302 | 115 | 0 | 27 | 105 | 1 | 50 | 141 | 101 |
| Binary | 11111100 | 11000010 | 1001101 | 0 | 10111 | 1000101 | 1 | 101000 | 1100001 | 1000001 |
Color Harmonies of #FCC24D
Complementary color
Monochromatic Colors of #FCC24D
Black with #FCC24D
Text Example
Text Example
White with #FCC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC24D; }
p { color: rgb(252,194,77); }
H1.HeaderClassName
{
color: #FCC24D;
}
.AnyTagClassName
{
color: #FCC24D;
}
</style>
background-color css
<style>
a { background-color: #FCC24D; }
a { background-color: rgb(252,194,77); }
div.DivClassName
{
background-color: #FCC24D;
}
.BgClassName
{
background-color: #FCC24D;
}
</style>
border-color css
<style>
span { border-color: #FCC24D; }
span { border-color: rgb(252,194,77); }
td.TdClassName
{
border-color: #FCC24D;
}
.TagClassName
{
border-color: #FCC24D;
}
</style>