Shades of Golden Tainoi #FDC754
Tints of Golden Tainoi #FDC754
RGB
CMYK
RGB Variations
Color information
#FDC754 (or 0xFDC754) is known color: Golden Tainoi. HEX triplet: FD, C7 and 54. RGB value is (253,199,84). Sum of RGB (Red+Green+Blue) = 253+199+84=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC754 is #0238AB. Grayscale: #CACACA. Windows color (decimal): -145580 or 5556221. OLE color: 5556221.
HSL color Cylindrical-coordinate representation of color #FDC754: hue angle of 40.83º 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 #FDC754 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 84 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.01 |
| HSL | 40.83º | 0.98% | 0.66% | - |
| HSV(B) | 40.83º | 0.67% | 0.99% | - |
| XYZ | 62.53 | 62.37 | 17.13 | - |
| YUV | 202.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 84 | 0 | 0.21 | 0.67 | 0.01 | 40.83 | 0.98 | 0.66 |
| Hex | FD | C7 | 54 | 0 | 15 | 43 | 1 | 29 | 62 | 42 |
| Octal | 375 | 307 | 124 | 0 | 25 | 103 | 1 | 51 | 142 | 102 |
| Binary | 11111101 | 11000111 | 1010100 | 0 | 10101 | 1000011 | 1 | 101001 | 1100010 | 1000010 |
Color Harmonies of #FDC754
Complementary color
Monochromatic Colors of #FDC754
Black with #FDC754
Text Example
Text Example
White with #FDC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC754; }
p { color: rgb(253,199,84); }
H1.HeaderClassName
{
color: #FDC754;
}
.AnyTagClassName
{
color: #FDC754;
}
</style>
background-color css
<style>
a { background-color: #FDC754; }
a { background-color: rgb(253,199,84); }
div.DivClassName
{
background-color: #FDC754;
}
.BgClassName
{
background-color: #FDC754;
}
</style>
border-color css
<style>
span { border-color: #FDC754; }
span { border-color: rgb(253,199,84); }
td.TdClassName
{
border-color: #FDC754;
}
.TagClassName
{
border-color: #FDC754;
}
</style>