Shades of Golden Tainoi #FCC248
Tints of Golden Tainoi #FCC248
RGB
CMYK
RGB Variations
Color information
#FCC248 (or 0xFCC248) is known color: Golden Tainoi. HEX triplet: FC, C2 and 48. RGB value is (252,194,72). Sum of RGB (Red+Green+Blue) = 252+194+72=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC248 is #033DB7. Grayscale: #C5C5C5. Windows color (decimal): -212408 or 4768508. OLE color: 4768508.
HSL color Cylindrical-coordinate representation of color #FCC248: hue angle of 40.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC248 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 72 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.01 |
| HSL | 40.67º | 0.97% | 0.64% | - |
| HSV(B) | 40.67º | 0.71% | 0.99% | - |
| XYZ | 60.61 | 59.75 | 14.47 | - |
| YUV | 197.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 72 | 0 | 0.23 | 0.71 | 0.01 | 40.67 | 0.97 | 0.64 |
| Hex | FC | C2 | 48 | 0 | 17 | 47 | 1 | 29 | 61 | 40 |
| Octal | 374 | 302 | 110 | 0 | 27 | 107 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000010 | 1001000 | 0 | 10111 | 1000111 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC248
Complementary color
Monochromatic Colors of #FCC248
Black with #FCC248
Text Example
Text Example
White with #FCC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC248; }
p { color: rgb(252,194,72); }
H1.HeaderClassName
{
color: #FCC248;
}
.AnyTagClassName
{
color: #FCC248;
}
</style>
background-color css
<style>
a { background-color: #FCC248; }
a { background-color: rgb(252,194,72); }
div.DivClassName
{
background-color: #FCC248;
}
.BgClassName
{
background-color: #FCC248;
}
</style>
border-color css
<style>
span { border-color: #FCC248; }
span { border-color: rgb(252,194,72); }
td.TdClassName
{
border-color: #FCC248;
}
.TagClassName
{
border-color: #FCC248;
}
</style>