Shades of Golden Tainoi #FFC551
Tints of Golden Tainoi #FFC551
RGB
CMYK
RGB Variations
Color information
#FFC551 (or 0xFFC551) is known color: Golden Tainoi. HEX triplet: FF, C5 and 51. RGB value is (255,197,81). Sum of RGB (Red+Green+Blue) = 255+197+81=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC551 is #003AAE. Grayscale: #C9C9C9. Windows color (decimal): -15023 or 5359103. OLE color: 5359103.
HSL color Cylindrical-coordinate representation of color #FFC551: hue angle of 40º 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 #FFC551 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 81 | - |
| CMYK | 0 | 0.23 | 0.68 | 0 |
| HSL | 40º | 1% | 0.66% | - |
| HSV(B) | 40º | 0.68% | 1% | - |
| XYZ | 62.69 | 61.79 | 16.41 | - |
| YUV | 201.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 81 | 0 | 0.23 | 0.68 | 0 | 40 | 1 | 0.66 |
| Hex | FF | C5 | 51 | 0 | 17 | 44 | 0 | 28 | 64 | 42 |
| Octal | 377 | 305 | 121 | 0 | 27 | 104 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000101 | 1010001 | 0 | 10111 | 1000100 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC551
Complementary color
Monochromatic Colors of #FFC551
Black with #FFC551
Text Example
Text Example
White with #FFC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC551; }
p { color: rgb(255,197,81); }
H1.HeaderClassName
{
color: #FFC551;
}
.AnyTagClassName
{
color: #FFC551;
}
</style>
background-color css
<style>
a { background-color: #FFC551; }
a { background-color: rgb(255,197,81); }
div.DivClassName
{
background-color: #FFC551;
}
.BgClassName
{
background-color: #FFC551;
}
</style>
border-color css
<style>
span { border-color: #FFC551; }
span { border-color: rgb(255,197,81); }
td.TdClassName
{
border-color: #FFC551;
}
.TagClassName
{
border-color: #FFC551;
}
</style>