Shades of Golden Tainoi #FCC75D
Tints of Golden Tainoi #FCC75D
RGB
CMYK
RGB Variations
Color information
#FCC75D (or 0xFCC75D) is known color: Golden Tainoi. HEX triplet: FC, C7 and 5D. RGB value is (252,199,93). Sum of RGB (Red+Green+Blue) = 252+199+93=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC75D is #0338A2. Grayscale: #CBCBCB. Windows color (decimal): -211107 or 6146044. OLE color: 6146044.
HSL color Cylindrical-coordinate representation of color #FCC75D: hue angle of 40º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC75D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 40º | 0.96% | 0.68% | - |
| HSV(B) | 40º | 0.63% | 0.99% | - |
| XYZ | 62.54 | 62.33 | 19.09 | - |
| YUV | 202.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 93 | 0 | 0.21 | 0.63 | 0.01 | 40 | 0.96 | 0.68 |
| Hex | FC | C7 | 5D | 0 | 15 | 3F | 1 | 28 | 60 | 44 |
| Octal | 374 | 307 | 135 | 0 | 25 | 77 | 1 | 50 | 140 | 104 |
| Binary | 11111100 | 11000111 | 1011101 | 0 | 10101 | 111111 | 1 | 101000 | 1100000 | 1000100 |
Color Harmonies of #FCC75D
Complementary color
Monochromatic Colors of #FCC75D
Black with #FCC75D
Text Example
Text Example
White with #FCC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC75D; }
p { color: rgb(252,199,93); }
H1.HeaderClassName
{
color: #FCC75D;
}
.AnyTagClassName
{
color: #FCC75D;
}
</style>
background-color css
<style>
a { background-color: #FCC75D; }
a { background-color: rgb(252,199,93); }
div.DivClassName
{
background-color: #FCC75D;
}
.BgClassName
{
background-color: #FCC75D;
}
</style>
border-color css
<style>
span { border-color: #FCC75D; }
span { border-color: rgb(252,199,93); }
td.TdClassName
{
border-color: #FCC75D;
}
.TagClassName
{
border-color: #FCC75D;
}
</style>