Shades of Golden Tainoi #FFC94E
Tints of Golden Tainoi #FFC94E
RGB
CMYK
RGB Variations
Color information
#FFC94E (or 0xFFC94E) is known color: Golden Tainoi. HEX triplet: FF, C9 and 4E. RGB value is (255,201,78). Sum of RGB (Red+Green+Blue) = 255+201+78=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC94E is #0036B1. Grayscale: #CBCBCB. Windows color (decimal): -14002 or 5163519. OLE color: 5163519.
HSL color Cylindrical-coordinate representation of color #FFC94E: hue angle of 41.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC94E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0 |
| HSL | 41.69º | 1% | 0.65% | - |
| HSV(B) | 41.69º | 0.69% | 1% | - |
| XYZ | 63.5 | 63.58 | 16.13 | - |
| YUV | 203.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 78 | 0 | 0.21 | 0.69 | 0 | 41.69 | 1 | 0.65 |
| Hex | FF | C9 | 4E | 0 | 15 | 45 | 0 | 2A | 64 | 41 |
| Octal | 377 | 311 | 116 | 0 | 25 | 105 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001001 | 1001110 | 0 | 10101 | 1000101 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFC94E
Complementary color
Monochromatic Colors of #FFC94E
Black with #FFC94E
Text Example
Text Example
White with #FFC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC94E; }
p { color: rgb(255,201,78); }
H1.HeaderClassName
{
color: #FFC94E;
}
.AnyTagClassName
{
color: #FFC94E;
}
</style>
background-color css
<style>
a { background-color: #FFC94E; }
a { background-color: rgb(255,201,78); }
div.DivClassName
{
background-color: #FFC94E;
}
.BgClassName
{
background-color: #FFC94E;
}
</style>
border-color css
<style>
span { border-color: #FFC94E; }
span { border-color: rgb(255,201,78); }
td.TdClassName
{
border-color: #FFC94E;
}
.TagClassName
{
border-color: #FFC94E;
}
</style>