Shades of Golden Tainoi #FDC74B
Tints of Golden Tainoi #FDC74B
RGB
CMYK
RGB Variations
Color information
#FDC74B (or 0xFDC74B) is known color: Golden Tainoi. HEX triplet: FD, C7 and 4B. RGB value is (253,199,75). Sum of RGB (Red+Green+Blue) = 253+199+75=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC74B is #0238B4. Grayscale: #C9C9C9. Windows color (decimal): -145589 or 4966397. OLE color: 4966397.
HSL color Cylindrical-coordinate representation of color #FDC74B: hue angle of 41.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDC74B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 75 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.01 |
| HSL | 41.8º | 0.98% | 0.64% | - |
| HSV(B) | 41.8º | 0.7% | 0.99% | - |
| XYZ | 62.2 | 62.24 | 15.39 | - |
| YUV | 201.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 75 | 0 | 0.21 | 0.70 | 0.01 | 41.8 | 0.98 | 0.64 |
| Hex | FD | C7 | 4B | 0 | 15 | 46 | 1 | 2A | 62 | 40 |
| Octal | 375 | 307 | 113 | 0 | 25 | 106 | 1 | 52 | 142 | 100 |
| Binary | 11111101 | 11000111 | 1001011 | 0 | 10101 | 1000110 | 1 | 101010 | 1100010 | 1000000 |
Color Harmonies of #FDC74B
Complementary color
Monochromatic Colors of #FDC74B
Black with #FDC74B
Text Example
Text Example
White with #FDC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC74B; }
p { color: rgb(253,199,75); }
H1.HeaderClassName
{
color: #FDC74B;
}
.AnyTagClassName
{
color: #FDC74B;
}
</style>
background-color css
<style>
a { background-color: #FDC74B; }
a { background-color: rgb(253,199,75); }
div.DivClassName
{
background-color: #FDC74B;
}
.BgClassName
{
background-color: #FDC74B;
}
</style>
border-color css
<style>
span { border-color: #FDC74B; }
span { border-color: rgb(253,199,75); }
td.TdClassName
{
border-color: #FDC74B;
}
.TagClassName
{
border-color: #FDC74B;
}
</style>