Shades of Golden Tainoi #FDC75B
Tints of Golden Tainoi #FDC75B
RGB
CMYK
RGB Variations
Color information
#FDC75B (or 0xFDC75B) is known color: Golden Tainoi. HEX triplet: FD, C7 and 5B. RGB value is (253,199,91). Sum of RGB (Red+Green+Blue) = 253+199+91=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC75B is #0238A4. Grayscale: #CBCBCB. Windows color (decimal): -145573 or 6014973. OLE color: 6014973.
HSL color Cylindrical-coordinate representation of color #FDC75B: hue angle of 40º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC75B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 91 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40º | 0.98% | 0.67% | - |
| HSV(B) | 40º | 0.64% | 0.99% | - |
| XYZ | 62.82 | 62.48 | 18.65 | - |
| YUV | 202.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 91 | 0 | 0.21 | 0.64 | 0.01 | 40 | 0.98 | 0.67 |
| Hex | FD | C7 | 5B | 0 | 15 | 40 | 1 | 28 | 62 | 43 |
| Octal | 375 | 307 | 133 | 0 | 25 | 100 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11000111 | 1011011 | 0 | 10101 | 1000000 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC75B
Complementary color
Monochromatic Colors of #FDC75B
Black with #FDC75B
Text Example
Text Example
White with #FDC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC75B; }
p { color: rgb(253,199,91); }
H1.HeaderClassName
{
color: #FDC75B;
}
.AnyTagClassName
{
color: #FDC75B;
}
</style>
background-color css
<style>
a { background-color: #FDC75B; }
a { background-color: rgb(253,199,91); }
div.DivClassName
{
background-color: #FDC75B;
}
.BgClassName
{
background-color: #FDC75B;
}
</style>
border-color css
<style>
span { border-color: #FDC75B; }
span { border-color: rgb(253,199,91); }
td.TdClassName
{
border-color: #FDC75B;
}
.TagClassName
{
border-color: #FDC75B;
}
</style>