Shades of Golden Tainoi #FFC15B
Tints of Golden Tainoi #FFC15B
RGB
CMYK
RGB Variations
Color information
#FFC15B (or 0xFFC15B) is known color: Golden Tainoi. HEX triplet: FF, C1 and 5B. RGB value is (255,193,91). Sum of RGB (Red+Green+Blue) = 255+193+91=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15B is #003EA4. Grayscale: #C8C8C8. Windows color (decimal): -16037 or 6013439. OLE color: 6013439.
HSL color Cylindrical-coordinate representation of color #FFC15B: hue angle of 37.32º 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 #FFC15B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.32º | 1% | 0.68% | - |
| HSV(B) | 37.32º | 0.64% | 1% | - |
| XYZ | 62.2 | 60.16 | 18.23 | - |
| YUV | 199.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 91 | 0 | 0.24 | 0.64 | 0 | 37.32 | 1 | 0.68 |
| Hex | FF | C1 | 5B | 0 | 18 | 40 | 0 | 25 | 64 | 44 |
| Octal | 377 | 301 | 133 | 0 | 30 | 100 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 11000001 | 1011011 | 0 | 11000 | 1000000 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFC15B
Complementary color
Monochromatic Colors of #FFC15B
Black with #FFC15B
Text Example
Text Example
White with #FFC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC15B; }
p { color: rgb(255,193,91); }
H1.HeaderClassName
{
color: #FFC15B;
}
.AnyTagClassName
{
color: #FFC15B;
}
</style>
background-color css
<style>
a { background-color: #FFC15B; }
a { background-color: rgb(255,193,91); }
div.DivClassName
{
background-color: #FFC15B;
}
.BgClassName
{
background-color: #FFC15B;
}
</style>
border-color css
<style>
span { border-color: #FFC15B; }
span { border-color: rgb(255,193,91); }
td.TdClassName
{
border-color: #FFC15B;
}
.TagClassName
{
border-color: #FFC15B;
}
</style>