Shades of Golden Tainoi #FCC74F
Tints of Golden Tainoi #FCC74F
RGB
CMYK
RGB Variations
Color information
#FCC74F (or 0xFCC74F) is known color: Golden Tainoi. HEX triplet: FC, C7 and 4F. RGB value is (252,199,79). Sum of RGB (Red+Green+Blue) = 252+199+79=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC74F is #0338B0. Grayscale: #C9C9C9. Windows color (decimal): -211121 or 5228540. OLE color: 5228540.
HSL color Cylindrical-coordinate representation of color #FCC74F: hue angle of 41.62º 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 #FCC74F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 79 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.01 |
| HSL | 41.62º | 0.97% | 0.65% | - |
| HSV(B) | 41.62º | 0.69% | 0.99% | - |
| XYZ | 61.98 | 62.11 | 16.12 | - |
| YUV | 201.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 79 | 0 | 0.21 | 0.69 | 0.01 | 41.62 | 0.97 | 0.65 |
| Hex | FC | C7 | 4F | 0 | 15 | 45 | 1 | 2A | 61 | 41 |
| Octal | 374 | 307 | 117 | 0 | 25 | 105 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11000111 | 1001111 | 0 | 10101 | 1000101 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC74F
Complementary color
Monochromatic Colors of #FCC74F
Black with #FCC74F
Text Example
Text Example
White with #FCC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC74F; }
p { color: rgb(252,199,79); }
H1.HeaderClassName
{
color: #FCC74F;
}
.AnyTagClassName
{
color: #FCC74F;
}
</style>
background-color css
<style>
a { background-color: #FCC74F; }
a { background-color: rgb(252,199,79); }
div.DivClassName
{
background-color: #FCC74F;
}
.BgClassName
{
background-color: #FCC74F;
}
</style>
border-color css
<style>
span { border-color: #FCC74F; }
span { border-color: rgb(252,199,79); }
td.TdClassName
{
border-color: #FCC74F;
}
.TagClassName
{
border-color: #FCC74F;
}
</style>