Shades of Golden Tainoi #FFC74C
Tints of Golden Tainoi #FFC74C
RGB
CMYK
RGB Variations
Color information
#FFC74C (or 0xFFC74C) is known color: Golden Tainoi. HEX triplet: FF, C7 and 4C. RGB value is (255,199,76). Sum of RGB (Red+Green+Blue) = 255+199+76=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC74C is #0038B3. Grayscale: #CACACA. Windows color (decimal): -14516 or 5031935. OLE color: 5031935.
HSL color Cylindrical-coordinate representation of color #FFC74C: hue angle of 41.23º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFC74C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0 |
| HSL | 41.23º | 1% | 0.65% | - |
| HSV(B) | 41.23º | 0.7% | 1% | - |
| XYZ | 62.97 | 62.63 | 15.61 | - |
| YUV | 201.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 76 | 0 | 0.22 | 0.70 | 0 | 41.23 | 1 | 0.65 |
| Hex | FF | C7 | 4C | 0 | 16 | 46 | 0 | 29 | 64 | 41 |
| Octal | 377 | 307 | 114 | 0 | 26 | 106 | 0 | 51 | 144 | 101 |
| Binary | 11111111 | 11000111 | 1001100 | 0 | 10110 | 1000110 | 0 | 101001 | 1100100 | 1000001 |
Color Harmonies of #FFC74C
Complementary color
Monochromatic Colors of #FFC74C
Black with #FFC74C
Text Example
Text Example
White with #FFC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC74C; }
p { color: rgb(255,199,76); }
H1.HeaderClassName
{
color: #FFC74C;
}
.AnyTagClassName
{
color: #FFC74C;
}
</style>
background-color css
<style>
a { background-color: #FFC74C; }
a { background-color: rgb(255,199,76); }
div.DivClassName
{
background-color: #FFC74C;
}
.BgClassName
{
background-color: #FFC74C;
}
</style>
border-color css
<style>
span { border-color: #FFC74C; }
span { border-color: rgb(255,199,76); }
td.TdClassName
{
border-color: #FFC74C;
}
.TagClassName
{
border-color: #FFC74C;
}
</style>