Shades of Golden Tainoi #FDC154
Tints of Golden Tainoi #FDC154
RGB
CMYK
RGB Variations
Color information
#FDC154 (or 0xFDC154) is known color: Golden Tainoi. HEX triplet: FD, C1 and 54. RGB value is (253,193,84). Sum of RGB (Red+Green+Blue) = 253+193+84=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC154 is #023EAB. Grayscale: #C7C7C7. Windows color (decimal): -147116 or 5554685. OLE color: 5554685.
HSL color Cylindrical-coordinate representation of color #FDC154: hue angle of 38.7º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDC154 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.01 |
| HSL | 38.7º | 0.98% | 0.66% | - |
| HSV(B) | 38.7º | 0.67% | 0.99% | - |
| XYZ | 61.18 | 59.66 | 16.68 | - |
| YUV | 198.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 84 | 0 | 0.24 | 0.67 | 0.01 | 38.7 | 0.98 | 0.66 |
| Hex | FD | C1 | 54 | 0 | 18 | 43 | 1 | 27 | 62 | 42 |
| Octal | 375 | 301 | 124 | 0 | 30 | 103 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000001 | 1010100 | 0 | 11000 | 1000011 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC154
Complementary color
Monochromatic Colors of #FDC154
Black with #FDC154
Text Example
Text Example
White with #FDC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC154; }
p { color: rgb(253,193,84); }
H1.HeaderClassName
{
color: #FDC154;
}
.AnyTagClassName
{
color: #FDC154;
}
</style>
background-color css
<style>
a { background-color: #FDC154; }
a { background-color: rgb(253,193,84); }
div.DivClassName
{
background-color: #FDC154;
}
.BgClassName
{
background-color: #FDC154;
}
</style>
border-color css
<style>
span { border-color: #FDC154; }
span { border-color: rgb(253,193,84); }
td.TdClassName
{
border-color: #FDC154;
}
.TagClassName
{
border-color: #FDC154;
}
</style>