Shades of Golden Tainoi #FDC34F
Tints of Golden Tainoi #FDC34F
RGB
CMYK
RGB Variations
Color information
#FDC34F (or 0xFDC34F) is known color: Golden Tainoi. HEX triplet: FD, C3 and 4F. RGB value is (253,195,79). Sum of RGB (Red+Green+Blue) = 253+195+79=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC34F is #023CB0. Grayscale: #C7C7C7. Windows color (decimal): -146609 or 5227517. OLE color: 5227517.
HSL color Cylindrical-coordinate representation of color #FDC34F: hue angle of 40º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC34F is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 79 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.01 |
| HSL | 40º | 0.98% | 0.65% | - |
| HSV(B) | 40º | 0.69% | 0.99% | - |
| XYZ | 61.43 | 60.48 | 15.83 | - |
| YUV | 199.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 79 | 0 | 0.23 | 0.69 | 0.01 | 40 | 0.98 | 0.65 |
| Hex | FD | C3 | 4F | 0 | 17 | 45 | 1 | 28 | 62 | 41 |
| Octal | 375 | 303 | 117 | 0 | 27 | 105 | 1 | 50 | 142 | 101 |
| Binary | 11111101 | 11000011 | 1001111 | 0 | 10111 | 1000101 | 1 | 101000 | 1100010 | 1000001 |
Color Harmonies of #FDC34F
Complementary color
Monochromatic Colors of #FDC34F
Black with #FDC34F
Text Example
Text Example
White with #FDC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC34F; }
p { color: rgb(253,195,79); }
H1.HeaderClassName
{
color: #FDC34F;
}
.AnyTagClassName
{
color: #FDC34F;
}
</style>
background-color css
<style>
a { background-color: #FDC34F; }
a { background-color: rgb(253,195,79); }
div.DivClassName
{
background-color: #FDC34F;
}
.BgClassName
{
background-color: #FDC34F;
}
</style>
border-color css
<style>
span { border-color: #FDC34F; }
span { border-color: rgb(253,195,79); }
td.TdClassName
{
border-color: #FDC34F;
}
.TagClassName
{
border-color: #FDC34F;
}
</style>