Shades of Golden Tainoi #FDC157
Tints of Golden Tainoi #FDC157
RGB
CMYK
RGB Variations
Color information
#FDC157 (or 0xFDC157) is known color: Golden Tainoi. HEX triplet: FD, C1 and 57. RGB value is (253,193,87). Sum of RGB (Red+Green+Blue) = 253+193+87=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC157 is #023EA8. Grayscale: #C7C7C7. Windows color (decimal): -147113 or 5751293. OLE color: 5751293.
HSL color Cylindrical-coordinate representation of color #FDC157: hue angle of 38.31º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC157 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.01 |
| HSL | 38.31º | 0.98% | 0.67% | - |
| HSV(B) | 38.31º | 0.66% | 0.99% | - |
| XYZ | 61.3 | 59.71 | 17.31 | - |
| YUV | 198.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 87 | 0 | 0.24 | 0.66 | 0.01 | 38.31 | 0.98 | 0.67 |
| Hex | FD | C1 | 57 | 0 | 18 | 42 | 1 | 26 | 62 | 43 |
| Octal | 375 | 301 | 127 | 0 | 30 | 102 | 1 | 46 | 142 | 103 |
| Binary | 11111101 | 11000001 | 1010111 | 0 | 11000 | 1000010 | 1 | 100110 | 1100010 | 1000011 |
Color Harmonies of #FDC157
Complementary color
Monochromatic Colors of #FDC157
Black with #FDC157
Text Example
Text Example
White with #FDC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC157; }
p { color: rgb(253,193,87); }
H1.HeaderClassName
{
color: #FDC157;
}
.AnyTagClassName
{
color: #FDC157;
}
</style>
background-color css
<style>
a { background-color: #FDC157; }
a { background-color: rgb(253,193,87); }
div.DivClassName
{
background-color: #FDC157;
}
.BgClassName
{
background-color: #FDC157;
}
</style>
border-color css
<style>
span { border-color: #FDC157; }
span { border-color: rgb(253,193,87); }
td.TdClassName
{
border-color: #FDC157;
}
.TagClassName
{
border-color: #FDC157;
}
</style>