Shades of Golden Tainoi #FFC55B
Tints of Golden Tainoi #FFC55B
RGB
CMYK
RGB Variations
Color information
#FFC55B (or 0xFFC55B) is known color: Golden Tainoi. HEX triplet: FF, C5 and 5B. RGB value is (255,197,91). Sum of RGB (Red+Green+Blue) = 255+197+91=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC55B is #003AA4. Grayscale: #CACACA. Windows color (decimal): -15013 or 6014463. OLE color: 6014463.
HSL color Cylindrical-coordinate representation of color #FFC55B: hue angle of 38.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC55B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 91 | - |
| CMYK | 0 | 0.23 | 0.64 | 0 |
| HSL | 38.78º | 1% | 0.68% | - |
| HSV(B) | 38.78º | 0.64% | 1% | - |
| XYZ | 63.09 | 61.95 | 18.53 | - |
| YUV | 202.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 91 | 0 | 0.23 | 0.64 | 0 | 38.78 | 1 | 0.68 |
| Hex | FF | C5 | 5B | 0 | 17 | 40 | 0 | 27 | 64 | 44 |
| Octal | 377 | 305 | 133 | 0 | 27 | 100 | 0 | 47 | 144 | 104 |
| Binary | 11111111 | 11000101 | 1011011 | 0 | 10111 | 1000000 | 0 | 100111 | 1100100 | 1000100 |
Color Harmonies of #FFC55B
Complementary color
Monochromatic Colors of #FFC55B
Black with #FFC55B
Text Example
Text Example
White with #FFC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC55B; }
p { color: rgb(255,197,91); }
H1.HeaderClassName
{
color: #FFC55B;
}
.AnyTagClassName
{
color: #FFC55B;
}
</style>
background-color css
<style>
a { background-color: #FFC55B; }
a { background-color: rgb(255,197,91); }
div.DivClassName
{
background-color: #FFC55B;
}
.BgClassName
{
background-color: #FFC55B;
}
</style>
border-color css
<style>
span { border-color: #FFC55B; }
span { border-color: rgb(255,197,91); }
td.TdClassName
{
border-color: #FFC55B;
}
.TagClassName
{
border-color: #FFC55B;
}
</style>