Shades of Golden Tainoi #FDC153
Tints of Golden Tainoi #FDC153
RGB
CMYK
RGB Variations
Color information
#FDC153 (or 0xFDC153) is known color: Golden Tainoi. HEX triplet: FD, C1 and 53. RGB value is (253,193,83). Sum of RGB (Red+Green+Blue) = 253+193+83=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC153 is #023EAC. Grayscale: #C6C6C6. Windows color (decimal): -147117 or 5489149. OLE color: 5489149.
HSL color Cylindrical-coordinate representation of color #FDC153: hue angle of 38.82º 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 #FDC153 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 83 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.01 |
| HSL | 38.82º | 0.98% | 0.66% | - |
| HSV(B) | 38.82º | 0.67% | 0.99% | - |
| XYZ | 61.14 | 59.65 | 16.47 | - |
| YUV | 198.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 83 | 0 | 0.24 | 0.67 | 0.01 | 38.82 | 0.98 | 0.66 |
| Hex | FD | C1 | 53 | 0 | 18 | 43 | 1 | 27 | 62 | 42 |
| Octal | 375 | 301 | 123 | 0 | 30 | 103 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000001 | 1010011 | 0 | 11000 | 1000011 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC153
Complementary color
Monochromatic Colors of #FDC153
Black with #FDC153
Text Example
Text Example
White with #FDC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC153; }
p { color: rgb(253,193,83); }
H1.HeaderClassName
{
color: #FDC153;
}
.AnyTagClassName
{
color: #FDC153;
}
</style>
background-color css
<style>
a { background-color: #FDC153; }
a { background-color: rgb(253,193,83); }
div.DivClassName
{
background-color: #FDC153;
}
.BgClassName
{
background-color: #FDC153;
}
</style>
border-color css
<style>
span { border-color: #FDC153; }
span { border-color: rgb(253,193,83); }
td.TdClassName
{
border-color: #FDC153;
}
.TagClassName
{
border-color: #FDC153;
}
</style>