Shades of Golden Tainoi #FDC450
Tints of Golden Tainoi #FDC450
RGB
CMYK
RGB Variations
Color information
#FDC450 (or 0xFDC450) is known color: Golden Tainoi. HEX triplet: FD, C4 and 50. RGB value is (253,196,80). Sum of RGB (Red+Green+Blue) = 253+196+80=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC450 is #023BAF. Grayscale: #C8C8C8. Windows color (decimal): -146352 or 5293309. OLE color: 5293309.
HSL color Cylindrical-coordinate representation of color #FDC450: hue angle of 40.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC450 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.01 |
| HSL | 40.23º | 0.98% | 0.65% | - |
| HSV(B) | 40.23º | 0.68% | 0.99% | - |
| XYZ | 61.7 | 60.94 | 16.1 | - |
| YUV | 199.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 80 | 0 | 0.23 | 0.68 | 0.01 | 40.23 | 0.98 | 0.65 |
| Hex | FD | C4 | 50 | 0 | 17 | 44 | 1 | 28 | 62 | 41 |
| Octal | 375 | 304 | 120 | 0 | 27 | 104 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000100 | 1010000 | 0 | 10111 | 1000100 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC450
Complementary color
Monochromatic Colors of #FDC450
Black with #FDC450
Text Example
Text Example
White with #FDC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC450; }
p { color: rgb(253,196,80); }
H1.HeaderClassName
{
color: #FDC450;
}
.AnyTagClassName
{
color: #FDC450;
}
</style>
background-color css
<style>
a { background-color: #FDC450; }
a { background-color: rgb(253,196,80); }
div.DivClassName
{
background-color: #FDC450;
}
.BgClassName
{
background-color: #FDC450;
}
</style>
border-color css
<style>
span { border-color: #FDC450; }
span { border-color: rgb(253,196,80); }
td.TdClassName
{
border-color: #FDC450;
}
.TagClassName
{
border-color: #FDC450;
}
</style>