Shades of Golden Tainoi #FDC152
Tints of Golden Tainoi #FDC152
RGB
CMYK
RGB Variations
Color information
#FDC152 (or 0xFDC152) is known color: Golden Tainoi. HEX triplet: FD, C1 and 52. RGB value is (253,193,82). Sum of RGB (Red+Green+Blue) = 253+193+82=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC152 is #023EAD. Grayscale: #C6C6C6. Windows color (decimal): -147118 or 5423613. OLE color: 5423613.
HSL color Cylindrical-coordinate representation of color #FDC152: hue angle of 38.95º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC152 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 82 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.01 |
| HSL | 38.95º | 0.98% | 0.66% | - |
| HSV(B) | 38.95º | 0.68% | 0.99% | - |
| XYZ | 61.1 | 59.63 | 16.27 | - |
| YUV | 198.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 82 | 0 | 0.24 | 0.68 | 0.01 | 38.95 | 0.98 | 0.66 |
| Hex | FD | C1 | 52 | 0 | 18 | 44 | 1 | 27 | 62 | 42 |
| Octal | 375 | 301 | 122 | 0 | 30 | 104 | 1 | 47 | 142 | 102 |
| Binary | 11111101 | 11000001 | 1010010 | 0 | 11000 | 1000100 | 1 | 100111 | 1100010 | 1000010 |
Color Harmonies of #FDC152
Complementary color
Monochromatic Colors of #FDC152
Black with #FDC152
Text Example
Text Example
White with #FDC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC152; }
p { color: rgb(253,193,82); }
H1.HeaderClassName
{
color: #FDC152;
}
.AnyTagClassName
{
color: #FDC152;
}
</style>
background-color css
<style>
a { background-color: #FDC152; }
a { background-color: rgb(253,193,82); }
div.DivClassName
{
background-color: #FDC152;
}
.BgClassName
{
background-color: #FDC152;
}
</style>
border-color css
<style>
span { border-color: #FDC152; }
span { border-color: rgb(253,193,82); }
td.TdClassName
{
border-color: #FDC152;
}
.TagClassName
{
border-color: #FDC152;
}
</style>