Shades of Golden Tainoi #FFC95C
Tints of Golden Tainoi #FFC95C
RGB
CMYK
RGB Variations
Color information
#FFC95C (or 0xFFC95C) is known color: Golden Tainoi. HEX triplet: FF, C9 and 5C. RGB value is (255,201,92). Sum of RGB (Red+Green+Blue) = 255+201+92=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC95C is #0036A3. Grayscale: #CDCDCD. Windows color (decimal): -13988 or 6081023. OLE color: 6081023.
HSL color Cylindrical-coordinate representation of color #FFC95C: hue angle of 40.12º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC95C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 92 | - |
| CMYK | 0 | 0.21 | 0.64 | 0 |
| HSL | 40.12º | 1% | 0.68% | - |
| HSV(B) | 40.12º | 0.64% | 1% | - |
| XYZ | 64.06 | 63.81 | 19.06 | - |
| YUV | 204.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 92 | 0 | 0.21 | 0.64 | 0 | 40.12 | 1 | 0.68 |
| Hex | FF | C9 | 5C | 0 | 15 | 40 | 0 | 28 | 64 | 44 |
| Octal | 377 | 311 | 134 | 0 | 25 | 100 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11001001 | 1011100 | 0 | 10101 | 1000000 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFC95C
Complementary color
Monochromatic Colors of #FFC95C
Black with #FFC95C
Text Example
Text Example
White with #FFC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC95C; }
p { color: rgb(255,201,92); }
H1.HeaderClassName
{
color: #FFC95C;
}
.AnyTagClassName
{
color: #FFC95C;
}
</style>
background-color css
<style>
a { background-color: #FFC95C; }
a { background-color: rgb(255,201,92); }
div.DivClassName
{
background-color: #FFC95C;
}
.BgClassName
{
background-color: #FFC95C;
}
</style>
border-color css
<style>
span { border-color: #FFC95C; }
span { border-color: rgb(255,201,92); }
td.TdClassName
{
border-color: #FFC95C;
}
.TagClassName
{
border-color: #FFC95C;
}
</style>