Shades of Golden Tainoi #FCC04D
Tints of Golden Tainoi #FCC04D
RGB
CMYK
RGB Variations
Color information
#FCC04D (or 0xFCC04D) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4D. RGB value is (252,192,77). Sum of RGB (Red+Green+Blue) = 252+192+77=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC04D is #033FB2. Grayscale: #C5C5C5. Windows color (decimal): -212915 or 5095676. OLE color: 5095676.
HSL color Cylindrical-coordinate representation of color #FCC04D: hue angle of 39.43º 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 #FCC04D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 77 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.01 |
| HSL | 39.43º | 0.97% | 0.65% | - |
| HSV(B) | 39.43º | 0.69% | 0.99% | - |
| XYZ | 60.33 | 58.93 | 15.22 | - |
| YUV | 196.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 77 | 0 | 0.24 | 0.69 | 0.01 | 39.43 | 0.97 | 0.65 |
| Hex | FC | C0 | 4D | 0 | 18 | 45 | 1 | 27 | 61 | 41 |
| Octal | 374 | 300 | 115 | 0 | 30 | 105 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 11000000 | 1001101 | 0 | 11000 | 1000101 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCC04D
Complementary color
Monochromatic Colors of #FCC04D
Black with #FCC04D
Text Example
Text Example
White with #FCC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC04D; }
p { color: rgb(252,192,77); }
H1.HeaderClassName
{
color: #FCC04D;
}
.AnyTagClassName
{
color: #FCC04D;
}
</style>
background-color css
<style>
a { background-color: #FCC04D; }
a { background-color: rgb(252,192,77); }
div.DivClassName
{
background-color: #FCC04D;
}
.BgClassName
{
background-color: #FCC04D;
}
</style>
border-color css
<style>
span { border-color: #FCC04D; }
span { border-color: rgb(252,192,77); }
td.TdClassName
{
border-color: #FCC04D;
}
.TagClassName
{
border-color: #FCC04D;
}
</style>