Shades of Golden Tainoi #FFC94B
Tints of Golden Tainoi #FFC94B
RGB
CMYK
RGB Variations
Color information
#FFC94B (or 0xFFC94B) is known color: Golden Tainoi. HEX triplet: FF, C9 and 4B. RGB value is (255,201,75). Sum of RGB (Red+Green+Blue) = 255+201+75=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC94B is #0036B4. Grayscale: #CBCBCB. Windows color (decimal): -14005 or 4966911. OLE color: 4966911.
HSL color Cylindrical-coordinate representation of color #FFC94B: hue angle of 42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC94B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 75 | - |
| CMYK | 0 | 0.21 | 0.71 | 0 |
| HSL | 42º | 1% | 0.65% | - |
| HSV(B) | 42º | 0.71% | 1% | - |
| XYZ | 63.4 | 63.54 | 15.58 | - |
| YUV | 202.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 75 | 0 | 0.21 | 0.71 | 0 | 42 | 1 | 0.65 |
| Hex | FF | C9 | 4B | 0 | 15 | 47 | 0 | 2A | 64 | 41 |
| Octal | 377 | 311 | 113 | 0 | 25 | 107 | 0 | 52 | 144 | 101 |
| Binary | 11111111 | 11001001 | 1001011 | 0 | 10101 | 1000111 | 0 | 101010 | 1100100 | 1000001 |
Color Harmonies of #FFC94B
Complementary color
Monochromatic Colors of #FFC94B
Black with #FFC94B
Text Example
Text Example
White with #FFC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC94B; }
p { color: rgb(255,201,75); }
H1.HeaderClassName
{
color: #FFC94B;
}
.AnyTagClassName
{
color: #FFC94B;
}
</style>
background-color css
<style>
a { background-color: #FFC94B; }
a { background-color: rgb(255,201,75); }
div.DivClassName
{
background-color: #FFC94B;
}
.BgClassName
{
background-color: #FFC94B;
}
</style>
border-color css
<style>
span { border-color: #FFC94B; }
span { border-color: rgb(255,201,75); }
td.TdClassName
{
border-color: #FFC94B;
}
.TagClassName
{
border-color: #FFC94B;
}
</style>