Shades of Golden Tainoi #FFC550
Tints of Golden Tainoi #FFC550
RGB
CMYK
RGB Variations
Color information
#FFC550 (or 0xFFC550) is known color: Golden Tainoi. HEX triplet: FF, C5 and 50. RGB value is (255,197,80). Sum of RGB (Red+Green+Blue) = 255+197+80=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC550 is #003AAF. Grayscale: #C9C9C9. Windows color (decimal): -15024 or 5293567. OLE color: 5293567.
HSL color Cylindrical-coordinate representation of color #FFC550: hue angle of 40.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC550 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 80 | - |
| CMYK | 0 | 0.23 | 0.69 | 0 |
| HSL | 40.11º | 1% | 0.66% | - |
| HSV(B) | 40.11º | 0.69% | 1% | - |
| XYZ | 62.65 | 61.77 | 16.21 | - |
| YUV | 201 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 80 | 0 | 0.23 | 0.69 | 0 | 40.11 | 1 | 0.66 |
| Hex | FF | C5 | 50 | 0 | 17 | 45 | 0 | 28 | 64 | 42 |
| Octal | 377 | 305 | 120 | 0 | 27 | 105 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000101 | 1010000 | 0 | 10111 | 1000101 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC550
Complementary color
Monochromatic Colors of #FFC550
Black with #FFC550
Text Example
Text Example
White with #FFC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC550; }
p { color: rgb(255,197,80); }
H1.HeaderClassName
{
color: #FFC550;
}
.AnyTagClassName
{
color: #FFC550;
}
</style>
background-color css
<style>
a { background-color: #FFC550; }
a { background-color: rgb(255,197,80); }
div.DivClassName
{
background-color: #FFC550;
}
.BgClassName
{
background-color: #FFC550;
}
</style>
border-color css
<style>
span { border-color: #FFC550; }
span { border-color: rgb(255,197,80); }
td.TdClassName
{
border-color: #FFC550;
}
.TagClassName
{
border-color: #FFC550;
}
</style>