Shades of Golden Tainoi #FFC84C
Tints of Golden Tainoi #FFC84C
RGB
CMYK
RGB Variations
Color information
#FFC84C (or 0xFFC84C) is known color: Golden Tainoi. HEX triplet: FF, C8 and 4C. RGB value is (255,200,76). Sum of RGB (Red+Green+Blue) = 255+200+76=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC84C is #0037B3. Grayscale: #CACACA. Windows color (decimal): -14260 or 5032191. OLE color: 5032191.
HSL color Cylindrical-coordinate representation of color #FFC84C: hue angle of 41.56º 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 #FFC84C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0 |
| HSL | 41.56º | 1% | 0.65% | - |
| HSV(B) | 41.56º | 0.7% | 1% | - |
| XYZ | 63.2 | 63.09 | 15.68 | - |
| YUV | 202.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 76 | 0 | 0.22 | 0.70 | 0 | 41.56 | 1 | 0.65 |
| Hex | FF | C8 | 4C | 0 | 16 | 46 | 0 | 2A | 64 | 41 |
| Octal | 377 | 310 | 114 | 0 | 26 | 106 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001000 | 1001100 | 0 | 10110 | 1000110 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFC84C
Complementary color
Monochromatic Colors of #FFC84C
Black with #FFC84C
Text Example
Text Example
White with #FFC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC84C; }
p { color: rgb(255,200,76); }
H1.HeaderClassName
{
color: #FFC84C;
}
.AnyTagClassName
{
color: #FFC84C;
}
</style>
background-color css
<style>
a { background-color: #FFC84C; }
a { background-color: rgb(255,200,76); }
div.DivClassName
{
background-color: #FFC84C;
}
.BgClassName
{
background-color: #FFC84C;
}
</style>
border-color css
<style>
span { border-color: #FFC84C; }
span { border-color: rgb(255,200,76); }
td.TdClassName
{
border-color: #FFC84C;
}
.TagClassName
{
border-color: #FFC84C;
}
</style>