Shades of Golden Tainoi #FFC15F
Tints of Golden Tainoi #FFC15F
RGB
CMYK
RGB Variations
Color information
#FFC15F (or 0xFFC15F) is known color: Golden Tainoi. HEX triplet: FF, C1 and 5F. RGB value is (255,193,95). Sum of RGB (Red+Green+Blue) = 255+193+95=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC15F is #003EA0. Grayscale: #C8C8C8. Windows color (decimal): -16033 or 6275583. OLE color: 6275583.
HSL color Cylindrical-coordinate representation of color #FFC15F: hue angle of 36.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC15F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 95 | - |
| CMYK | 0 | 0.24 | 0.63 | 0 |
| HSL | 36.75º | 1% | 0.69% | - |
| HSV(B) | 36.75º | 0.63% | 1% | - |
| XYZ | 62.38 | 60.23 | 19.16 | - |
| YUV | 200.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 95 | 0 | 0.24 | 0.63 | 0 | 36.75 | 1 | 0.69 |
| Hex | FF | C1 | 5F | 0 | 18 | 3F | 0 | 25 | 64 | 45 |
| Octal | 377 | 301 | 137 | 0 | 30 | 77 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000001 | 1011111 | 0 | 11000 | 111111 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC15F
Complementary color
Monochromatic Colors of #FFC15F
Black with #FFC15F
Text Example
Text Example
White with #FFC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC15F; }
p { color: rgb(255,193,95); }
H1.HeaderClassName
{
color: #FFC15F;
}
.AnyTagClassName
{
color: #FFC15F;
}
</style>
background-color css
<style>
a { background-color: #FFC15F; }
a { background-color: rgb(255,193,95); }
div.DivClassName
{
background-color: #FFC15F;
}
.BgClassName
{
background-color: #FFC15F;
}
</style>
border-color css
<style>
span { border-color: #FFC15F; }
span { border-color: rgb(255,193,95); }
td.TdClassName
{
border-color: #FFC15F;
}
.TagClassName
{
border-color: #FFC15F;
}
</style>