Shades of Golden Tainoi #FDC35C
Tints of Golden Tainoi #FDC35C
RGB
CMYK
RGB Variations
Color information
#FDC35C (or 0xFDC35C) is known color: Golden Tainoi. HEX triplet: FD, C3 and 5C. RGB value is (253,195,92). Sum of RGB (Red+Green+Blue) = 253+195+92=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC35C is #023CA3. Grayscale: #C9C9C9. Windows color (decimal): -146596 or 6079485. OLE color: 6079485.
HSL color Cylindrical-coordinate representation of color #FDC35C: hue angle of 38.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC35C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 92 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.01 |
| HSL | 38.39º | 0.98% | 0.68% | - |
| HSV(B) | 38.39º | 0.64% | 0.99% | - |
| XYZ | 61.95 | 60.69 | 18.57 | - |
| YUV | 200.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 92 | 0 | 0.23 | 0.64 | 0.01 | 38.39 | 0.98 | 0.68 |
| Hex | FD | C3 | 5C | 0 | 17 | 40 | 1 | 26 | 62 | 44 |
| Octal | 375 | 303 | 134 | 0 | 27 | 100 | 1 | 46 | 142 | 104 |
| Binary | 11111101 | 11000011 | 1011100 | 0 | 10111 | 1000000 | 1 | 100110 | 1100010 | 1000100 |
Color Harmonies of #FDC35C
Complementary color
Monochromatic Colors of #FDC35C
Black with #FDC35C
Text Example
Text Example
White with #FDC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC35C; }
p { color: rgb(253,195,92); }
H1.HeaderClassName
{
color: #FDC35C;
}
.AnyTagClassName
{
color: #FDC35C;
}
</style>
background-color css
<style>
a { background-color: #FDC35C; }
a { background-color: rgb(253,195,92); }
div.DivClassName
{
background-color: #FDC35C;
}
.BgClassName
{
background-color: #FDC35C;
}
</style>
border-color css
<style>
span { border-color: #FDC35C; }
span { border-color: rgb(253,195,92); }
td.TdClassName
{
border-color: #FDC35C;
}
.TagClassName
{
border-color: #FDC35C;
}
</style>