Shades of Golden Tainoi #FFC45B
Tints of Golden Tainoi #FFC45B
RGB
CMYK
RGB Variations
Color information
#FFC45B (or 0xFFC45B) is known color: Golden Tainoi. HEX triplet: FF, C4 and 5B. RGB value is (255,196,91). Sum of RGB (Red+Green+Blue) = 255+196+91=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC45B is #003BA4. Grayscale: #CACACA. Windows color (decimal): -15269 or 6014207. OLE color: 6014207.
HSL color Cylindrical-coordinate representation of color #FFC45B: hue angle of 38.41º 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 #FFC45B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 91 | - |
| CMYK | 0 | 0.23 | 0.64 | 0 |
| HSL | 38.41º | 1% | 0.68% | - |
| HSV(B) | 38.41º | 0.64% | 1% | - |
| XYZ | 62.87 | 61.5 | 18.45 | - |
| YUV | 201.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 91 | 0 | 0.23 | 0.64 | 0 | 38.41 | 1 | 0.68 |
| Hex | FF | C4 | 5B | 0 | 17 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 304 | 133 | 0 | 27 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000100 | 1011011 | 0 | 10111 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC45B
Complementary color
Monochromatic Colors of #FFC45B
Black with #FFC45B
Text Example
Text Example
White with #FFC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC45B; }
p { color: rgb(255,196,91); }
H1.HeaderClassName
{
color: #FFC45B;
}
.AnyTagClassName
{
color: #FFC45B;
}
</style>
background-color css
<style>
a { background-color: #FFC45B; }
a { background-color: rgb(255,196,91); }
div.DivClassName
{
background-color: #FFC45B;
}
.BgClassName
{
background-color: #FFC45B;
}
</style>
border-color css
<style>
span { border-color: #FFC45B; }
span { border-color: rgb(255,196,91); }
td.TdClassName
{
border-color: #FFC45B;
}
.TagClassName
{
border-color: #FFC45B;
}
</style>