Shades of Golden Tainoi #FDC948
Tints of Golden Tainoi #FDC948
RGB
CMYK
RGB Variations
Color information
#FDC948 (or 0xFDC948) is known color: Golden Tainoi. HEX triplet: FD, C9 and 48. RGB value is (253,201,72). Sum of RGB (Red+Green+Blue) = 253+201+72=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC948 is #0236B7. Grayscale: #CACACA. Windows color (decimal): -145080 or 4770301. OLE color: 4770301.
HSL color Cylindrical-coordinate representation of color #FDC948: hue angle of 42.76º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDC948 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 72 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.01 |
| HSL | 42.76º | 0.98% | 0.64% | - |
| HSV(B) | 42.76º | 0.72% | 0.99% | - |
| XYZ | 62.56 | 63.12 | 15.02 | - |
| YUV | 201.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 72 | 0 | 0.21 | 0.72 | 0.01 | 42.76 | 0.98 | 0.64 |
| Hex | FD | C9 | 48 | 0 | 15 | 48 | 1 | 2B | 62 | 40 |
| Octal | 375 | 311 | 110 | 0 | 25 | 110 | 1 | 53 | 142 | 100 |
| Binary | 11111101 | 11001001 | 1001000 | 0 | 10101 | 1001000 | 1 | 101011 | 1100010 | 1000000 |
Color Harmonies of #FDC948
Complementary color
Monochromatic Colors of #FDC948
Black with #FDC948
Text Example
Text Example
White with #FDC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC948; }
p { color: rgb(253,201,72); }
H1.HeaderClassName
{
color: #FDC948;
}
.AnyTagClassName
{
color: #FDC948;
}
</style>
background-color css
<style>
a { background-color: #FDC948; }
a { background-color: rgb(253,201,72); }
div.DivClassName
{
background-color: #FDC948;
}
.BgClassName
{
background-color: #FDC948;
}
</style>
border-color css
<style>
span { border-color: #FDC948; }
span { border-color: rgb(253,201,72); }
td.TdClassName
{
border-color: #FDC948;
}
.TagClassName
{
border-color: #FDC948;
}
</style>