Shades of Golden Tainoi #FFC752
Tints of Golden Tainoi #FFC752
RGB
CMYK
RGB Variations
Color information
#FFC752 (or 0xFFC752) is known color: Golden Tainoi. HEX triplet: FF, C7 and 52. RGB value is (255,199,82). Sum of RGB (Red+Green+Blue) = 255+199+82=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC752 is #0038AD. Grayscale: #CACACA. Windows color (decimal): -14510 or 5425151. OLE color: 5425151.
HSL color Cylindrical-coordinate representation of color #FFC752: hue angle of 40.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFC752 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 82 | - |
| CMYK | 0 | 0.22 | 0.68 | 0 |
| HSL | 40.58º | 1% | 0.66% | - |
| HSV(B) | 40.58º | 0.68% | 1% | - |
| XYZ | 63.19 | 62.72 | 16.76 | - |
| YUV | 202.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 82 | 0 | 0.22 | 0.68 | 0 | 40.58 | 1 | 0.66 |
| Hex | FF | C7 | 52 | 0 | 16 | 44 | 0 | 29 | 64 | 42 |
| Octal | 377 | 307 | 122 | 0 | 26 | 104 | 0 | 51 | 144 | 102 |
| Binary | 11111111 | 11000111 | 1010010 | 0 | 10110 | 1000100 | 0 | 101001 | 1100100 | 1000010 |
Color Harmonies of #FFC752
Complementary color
Monochromatic Colors of #FFC752
Black with #FFC752
Text Example
Text Example
White with #FFC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC752; }
p { color: rgb(255,199,82); }
H1.HeaderClassName
{
color: #FFC752;
}
.AnyTagClassName
{
color: #FFC752;
}
</style>
background-color css
<style>
a { background-color: #FFC752; }
a { background-color: rgb(255,199,82); }
div.DivClassName
{
background-color: #FFC752;
}
.BgClassName
{
background-color: #FFC752;
}
</style>
border-color css
<style>
span { border-color: #FFC752; }
span { border-color: rgb(255,199,82); }
td.TdClassName
{
border-color: #FFC752;
}
.TagClassName
{
border-color: #FFC752;
}
</style>