Shades of Golden Tainoi #FCC24B
Tints of Golden Tainoi #FCC24B
RGB
CMYK
RGB Variations
Color information
#FCC24B (or 0xFCC24B) is known color: Golden Tainoi. HEX triplet: FC, C2 and 4B. RGB value is (252,194,75). Sum of RGB (Red+Green+Blue) = 252+194+75=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC24B is #033DB4. Grayscale: #C6C6C6. Windows color (decimal): -212405 or 4965116. OLE color: 4965116.
HSL color Cylindrical-coordinate representation of color #FCC24B: hue angle of 40.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC24B is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 75 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.01 |
| HSL | 40.34º | 0.97% | 0.64% | - |
| HSV(B) | 40.34º | 0.7% | 0.99% | - |
| XYZ | 60.71 | 59.79 | 15 | - |
| YUV | 197.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 75 | 0 | 0.23 | 0.70 | 0.01 | 40.34 | 0.97 | 0.64 |
| Hex | FC | C2 | 4B | 0 | 17 | 46 | 1 | 28 | 61 | 40 |
| Octal | 374 | 302 | 113 | 0 | 27 | 106 | 1 | 50 | 141 | 100 |
| Binary | 11111100 | 11000010 | 1001011 | 0 | 10111 | 1000110 | 1 | 101000 | 1100001 | 1000000 |
Color Harmonies of #FCC24B
Complementary color
Monochromatic Colors of #FCC24B
Black with #FCC24B
Text Example
Text Example
White with #FCC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC24B; }
p { color: rgb(252,194,75); }
H1.HeaderClassName
{
color: #FCC24B;
}
.AnyTagClassName
{
color: #FCC24B;
}
</style>
background-color css
<style>
a { background-color: #FCC24B; }
a { background-color: rgb(252,194,75); }
div.DivClassName
{
background-color: #FCC24B;
}
.BgClassName
{
background-color: #FCC24B;
}
</style>
border-color css
<style>
span { border-color: #FCC24B; }
span { border-color: rgb(252,194,75); }
td.TdClassName
{
border-color: #FCC24B;
}
.TagClassName
{
border-color: #FCC24B;
}
</style>