Shades of Golden Tainoi #FFC75B
Tints of Golden Tainoi #FFC75B
RGB
CMYK
RGB Variations
Color information
#FFC75B (or 0xFFC75B) is known color: Golden Tainoi. HEX triplet: FF, C7 and 5B. RGB value is (255,199,91). Sum of RGB (Red+Green+Blue) = 255+199+91=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC75B is #0038A4. Grayscale: #CBCBCB. Windows color (decimal): -14501 or 6014975. OLE color: 6014975.
HSL color Cylindrical-coordinate representation of color #FFC75B: hue angle of 39.51º 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 #FFC75B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 91 | - |
| CMYK | 0 | 0.22 | 0.64 | 0 |
| HSL | 39.51º | 1% | 0.68% | - |
| HSV(B) | 39.51º | 0.64% | 1% | - |
| XYZ | 63.55 | 62.86 | 18.68 | - |
| YUV | 203.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 91 | 0 | 0.22 | 0.64 | 0 | 39.51 | 1 | 0.68 |
| Hex | FF | C7 | 5B | 0 | 16 | 40 | 0 | 28 | 64 | 44 |
| Octal | 377 | 307 | 133 | 0 | 26 | 100 | 0 | 50 | 144 | 104 |
| Binary | 11111111 | 11000111 | 1011011 | 0 | 10110 | 1000000 | 0 | 101000 | 1100100 | 1000100 |
Color Harmonies of #FFC75B
Complementary color
Monochromatic Colors of #FFC75B
Black with #FFC75B
Text Example
Text Example
White with #FFC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC75B; }
p { color: rgb(255,199,91); }
H1.HeaderClassName
{
color: #FFC75B;
}
.AnyTagClassName
{
color: #FFC75B;
}
</style>
background-color css
<style>
a { background-color: #FFC75B; }
a { background-color: rgb(255,199,91); }
div.DivClassName
{
background-color: #FFC75B;
}
.BgClassName
{
background-color: #FFC75B;
}
</style>
border-color css
<style>
span { border-color: #FFC75B; }
span { border-color: rgb(255,199,91); }
td.TdClassName
{
border-color: #FFC75B;
}
.TagClassName
{
border-color: #FFC75B;
}
</style>