Shades of Golden Tainoi #FFC15C
Tints of Golden Tainoi #FFC15C
RGB
CMYK
RGB Variations
Color information
#FFC15C (or 0xFFC15C) is known color: Golden Tainoi. HEX triplet: FF, C1 and 5C. RGB value is (255,193,92). Sum of RGB (Red+Green+Blue) = 255+193+92=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15C is #003EA3. Grayscale: #C8C8C8. Windows color (decimal): -16036 or 6078975. OLE color: 6078975.
HSL color Cylindrical-coordinate representation of color #FFC15C: hue angle of 37.18º 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 #FFC15C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.18º | 1% | 0.68% | - |
| HSV(B) | 37.18º | 0.64% | 1% | - |
| XYZ | 62.24 | 60.17 | 18.46 | - |
| YUV | 200.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 92 | 0 | 0.24 | 0.64 | 0 | 37.18 | 1 | 0.68 |
| Hex | FF | C1 | 5C | 0 | 18 | 40 | 0 | 25 | 64 | 44 |
| Octal | 377 | 301 | 134 | 0 | 30 | 100 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 11000001 | 1011100 | 0 | 11000 | 1000000 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFC15C
Complementary color
Monochromatic Colors of #FFC15C
Black with #FFC15C
Text Example
Text Example
White with #FFC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC15C; }
p { color: rgb(255,193,92); }
H1.HeaderClassName
{
color: #FFC15C;
}
.AnyTagClassName
{
color: #FFC15C;
}
</style>
background-color css
<style>
a { background-color: #FFC15C; }
a { background-color: rgb(255,193,92); }
div.DivClassName
{
background-color: #FFC15C;
}
.BgClassName
{
background-color: #FFC15C;
}
</style>
border-color css
<style>
span { border-color: #FFC15C; }
span { border-color: rgb(255,193,92); }
td.TdClassName
{
border-color: #FFC15C;
}
.TagClassName
{
border-color: #FFC15C;
}
</style>