Shades of Golden Tainoi #FDC250
Tints of Golden Tainoi #FDC250
RGB
CMYK
RGB Variations
Color information
#FDC250 (or 0xFDC250) is known color: Golden Tainoi. HEX triplet: FD, C2 and 50. RGB value is (253,194,80). Sum of RGB (Red+Green+Blue) = 253+194+80=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC250 is #023DAF. Grayscale: #C7C7C7. Windows color (decimal): -146864 or 5292797. OLE color: 5292797.
HSL color Cylindrical-coordinate representation of color #FDC250: hue angle of 39.54º 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 #FDC250 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 80 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.01 |
| HSL | 39.54º | 0.98% | 0.65% | - |
| HSV(B) | 39.54º | 0.68% | 0.99% | - |
| XYZ | 61.25 | 60.05 | 15.95 | - |
| YUV | 198.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 80 | 0 | 0.23 | 0.68 | 0.01 | 39.54 | 0.98 | 0.65 |
| Hex | FD | C2 | 50 | 0 | 17 | 44 | 1 | 28 | 62 | 41 |
| Octal | 375 | 302 | 120 | 0 | 27 | 104 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000010 | 1010000 | 0 | 10111 | 1000100 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC250
Complementary color
Monochromatic Colors of #FDC250
Black with #FDC250
Text Example
Text Example
White with #FDC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC250; }
p { color: rgb(253,194,80); }
H1.HeaderClassName
{
color: #FDC250;
}
.AnyTagClassName
{
color: #FDC250;
}
</style>
background-color css
<style>
a { background-color: #FDC250; }
a { background-color: rgb(253,194,80); }
div.DivClassName
{
background-color: #FDC250;
}
.BgClassName
{
background-color: #FDC250;
}
</style>
border-color css
<style>
span { border-color: #FDC250; }
span { border-color: rgb(253,194,80); }
td.TdClassName
{
border-color: #FDC250;
}
.TagClassName
{
border-color: #FDC250;
}
</style>