Shades of Golden Tainoi #FDC144
Tints of Golden Tainoi #FDC144
RGB
CMYK
RGB Variations
Color information
#FDC144 (or 0xFDC144) is known color: Golden Tainoi. HEX triplet: FD, C1 and 44. RGB value is (253,193,68). Sum of RGB (Red+Green+Blue) = 253+193+68=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC144 is #023EBB. Grayscale: #C5C5C5. Windows color (decimal): -147132 or 4506109. OLE color: 4506109.
HSL color Cylindrical-coordinate representation of color #FDC144: hue angle of 40.54º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDC144 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.01 |
| HSL | 40.54º | 0.98% | 0.63% | - |
| HSV(B) | 40.54º | 0.73% | 0.99% | - |
| XYZ | 60.62 | 59.44 | 13.75 | - |
| YUV | 196.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 68 | 0 | 0.24 | 0.73 | 0.01 | 40.54 | 0.98 | 0.63 |
| Hex | FD | C1 | 44 | 0 | 18 | 49 | 1 | 29 | 62 | 3F |
| Octal | 375 | 301 | 104 | 0 | 30 | 111 | 1 | 51 | 142 | 77 |
| Binary | 11111101 | 11000001 | 1000100 | 0 | 11000 | 1001001 | 1 | 101001 | 1100010 | 111111 |
Color Harmonies of #FDC144
Complementary color
Monochromatic Colors of #FDC144
Black with #FDC144
Text Example
Text Example
White with #FDC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC144; }
p { color: rgb(253,193,68); }
H1.HeaderClassName
{
color: #FDC144;
}
.AnyTagClassName
{
color: #FDC144;
}
</style>
background-color css
<style>
a { background-color: #FDC144; }
a { background-color: rgb(253,193,68); }
div.DivClassName
{
background-color: #FDC144;
}
.BgClassName
{
background-color: #FDC144;
}
</style>
border-color css
<style>
span { border-color: #FDC144; }
span { border-color: rgb(253,193,68); }
td.TdClassName
{
border-color: #FDC144;
}
.TagClassName
{
border-color: #FDC144;
}
</style>