Shades of Golden Tainoi #FFC14F
Tints of Golden Tainoi #FFC14F
RGB
CMYK
RGB Variations
Color information
#FFC14F (or 0xFFC14F) is known color: Golden Tainoi. HEX triplet: FF, C1 and 4F. RGB value is (255,193,79). Sum of RGB (Red+Green+Blue) = 255+193+79=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC14F is #003EB0. Grayscale: #C7C7C7. Windows color (decimal): -16049 or 5227007. OLE color: 5227007.
HSL color Cylindrical-coordinate representation of color #FFC14F: hue angle of 38.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC14F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 79 | - |
| CMYK | 0 | 0.24 | 0.69 | 0 |
| HSL | 38.86º | 1% | 0.65% | - |
| HSV(B) | 38.86º | 0.69% | 1% | - |
| XYZ | 61.72 | 59.96 | 15.72 | - |
| YUV | 198.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 79 | 0 | 0.24 | 0.69 | 0 | 38.86 | 1 | 0.65 |
| Hex | FF | C1 | 4F | 0 | 18 | 45 | 0 | 27 | 64 | 41 |
| Octal | 377 | 301 | 117 | 0 | 30 | 105 | 0 | 47 | 144 | 101 |
| Binary | 11111111 | 11000001 | 1001111 | 0 | 11000 | 1000101 | 0 | 100111 | 1100100 | 1000001 |
Color Harmonies of #FFC14F
Complementary color
Monochromatic Colors of #FFC14F
Black with #FFC14F
Text Example
Text Example
White with #FFC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC14F; }
p { color: rgb(255,193,79); }
H1.HeaderClassName
{
color: #FFC14F;
}
.AnyTagClassName
{
color: #FFC14F;
}
</style>
background-color css
<style>
a { background-color: #FFC14F; }
a { background-color: rgb(255,193,79); }
div.DivClassName
{
background-color: #FFC14F;
}
.BgClassName
{
background-color: #FFC14F;
}
</style>
border-color css
<style>
span { border-color: #FFC14F; }
span { border-color: rgb(255,193,79); }
td.TdClassName
{
border-color: #FFC14F;
}
.TagClassName
{
border-color: #FFC14F;
}
</style>