Shades of Golden Tainoi #FDC14F
Tints of Golden Tainoi #FDC14F
RGB
CMYK
RGB Variations
Color information
#FDC14F (or 0xFDC14F) is known color: Golden Tainoi. HEX triplet: FD, C1 and 4F. RGB value is (253,193,79). Sum of RGB (Red+Green+Blue) = 253+193+79=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC14F is #023EB0. Grayscale: #C6C6C6. Windows color (decimal): -147121 or 5227005. OLE color: 5227005.
HSL color Cylindrical-coordinate representation of color #FDC14F: hue angle of 39.31º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC14F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 79 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.01 |
| HSL | 39.31º | 0.98% | 0.65% | - |
| HSV(B) | 39.31º | 0.69% | 0.99% | - |
| XYZ | 60.99 | 59.59 | 15.68 | - |
| YUV | 197.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 79 | 0 | 0.24 | 0.69 | 0.01 | 39.31 | 0.98 | 0.65 |
| Hex | FD | C1 | 4F | 0 | 18 | 45 | 1 | 27 | 62 | 41 |
| Octal | 375 | 301 | 117 | 0 | 30 | 105 | 1 | 47 | 142 | 101 |
| Binary | 11111101 | 11000001 | 1001111 | 0 | 11000 | 1000101 | 1 | 100111 | 1100010 | 1000001 |
Color Harmonies of #FDC14F
Complementary color
Monochromatic Colors of #FDC14F
Black with #FDC14F
Text Example
Text Example
White with #FDC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC14F; }
p { color: rgb(253,193,79); }
H1.HeaderClassName
{
color: #FDC14F;
}
.AnyTagClassName
{
color: #FDC14F;
}
</style>
background-color css
<style>
a { background-color: #FDC14F; }
a { background-color: rgb(253,193,79); }
div.DivClassName
{
background-color: #FDC14F;
}
.BgClassName
{
background-color: #FDC14F;
}
</style>
border-color css
<style>
span { border-color: #FDC14F; }
span { border-color: rgb(253,193,79); }
td.TdClassName
{
border-color: #FDC14F;
}
.TagClassName
{
border-color: #FDC14F;
}
</style>