Shades of Golden Tainoi #FFC552
Tints of Golden Tainoi #FFC552
RGB
CMYK
RGB Variations
Color information
#FFC552 (or 0xFFC552) is known color: Golden Tainoi. HEX triplet: FF, C5 and 52. RGB value is (255,197,82). Sum of RGB (Red+Green+Blue) = 255+197+82=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC552 is #003AAD. Grayscale: #C9C9C9. Windows color (decimal): -15022 or 5424639. OLE color: 5424639.
HSL color Cylindrical-coordinate representation of color #FFC552: hue angle of 39.88º 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 #FFC552 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 82 | - |
| CMYK | 0 | 0.23 | 0.68 | 0 |
| HSL | 39.88º | 1% | 0.66% | - |
| HSV(B) | 39.88º | 0.68% | 1% | - |
| XYZ | 62.73 | 61.8 | 16.61 | - |
| YUV | 201.23 | 60.72 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 82 | 0 | 0.23 | 0.68 | 0 | 39.88 | 1 | 0.66 |
| Hex | FF | C5 | 52 | 0 | 17 | 44 | 0 | 28 | 64 | 42 |
| Octal | 377 | 305 | 122 | 0 | 27 | 104 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000101 | 1010010 | 0 | 10111 | 1000100 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC552
Complementary color
Monochromatic Colors of #FFC552
Black with #FFC552
Text Example
Text Example
White with #FFC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC552; }
p { color: rgb(255,197,82); }
H1.HeaderClassName
{
color: #FFC552;
}
.AnyTagClassName
{
color: #FFC552;
}
</style>
background-color css
<style>
a { background-color: #FFC552; }
a { background-color: rgb(255,197,82); }
div.DivClassName
{
background-color: #FFC552;
}
.BgClassName
{
background-color: #FFC552;
}
</style>
border-color css
<style>
span { border-color: #FFC552; }
span { border-color: rgb(255,197,82); }
td.TdClassName
{
border-color: #FFC552;
}
.TagClassName
{
border-color: #FFC552;
}
</style>