Shades of Golden Tainoi #FFC45D
Tints of Golden Tainoi #FFC45D
RGB
CMYK
RGB Variations
Color information
#FFC45D (or 0xFFC45D) is known color: Golden Tainoi. HEX triplet: FF, C4 and 5D. RGB value is (255,196,93). Sum of RGB (Red+Green+Blue) = 255+196+93=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC45D is #003BA2. Grayscale: #CACACA. Windows color (decimal): -15267 or 6145279. OLE color: 6145279.
HSL color Cylindrical-coordinate representation of color #FFC45D: hue angle of 38.15º 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 #FFC45D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 93 | - |
| CMYK | 0 | 0.23 | 0.64 | 0 |
| HSL | 38.15º | 1% | 0.68% | - |
| HSV(B) | 38.15º | 0.64% | 1% | - |
| XYZ | 62.96 | 61.53 | 18.91 | - |
| YUV | 201.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 93 | 0 | 0.23 | 0.64 | 0 | 38.15 | 1 | 0.68 |
| Hex | FF | C4 | 5D | 0 | 17 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 304 | 135 | 0 | 27 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000100 | 1011101 | 0 | 10111 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC45D
Complementary color
Monochromatic Colors of #FFC45D
Black with #FFC45D
Text Example
Text Example
White with #FFC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC45D; }
p { color: rgb(255,196,93); }
H1.HeaderClassName
{
color: #FFC45D;
}
.AnyTagClassName
{
color: #FFC45D;
}
</style>
background-color css
<style>
a { background-color: #FFC45D; }
a { background-color: rgb(255,196,93); }
div.DivClassName
{
background-color: #FFC45D;
}
.BgClassName
{
background-color: #FFC45D;
}
</style>
border-color css
<style>
span { border-color: #FFC45D; }
span { border-color: rgb(255,196,93); }
td.TdClassName
{
border-color: #FFC45D;
}
.TagClassName
{
border-color: #FFC45D;
}
</style>