Shades of Golden Tainoi #FFC75F
Tints of Golden Tainoi #FFC75F
RGB
CMYK
RGB Variations
Color information
#FFC75F (or 0xFFC75F) is known color: Golden Tainoi. HEX triplet: FF, C7 and 5F. RGB value is (255,199,95). Sum of RGB (Red+Green+Blue) = 255+199+95=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC75F is #0038A0. Grayscale: #CCCCCC. Windows color (decimal): -14497 or 6277119. OLE color: 6277119.
HSL color Cylindrical-coordinate representation of color #FFC75F: hue angle of 39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC75F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 95 | - |
| CMYK | 0 | 0.22 | 0.63 | 0 |
| HSL | 39º | 1% | 0.69% | - |
| HSV(B) | 39º | 0.63% | 1% | - |
| XYZ | 63.73 | 62.93 | 19.61 | - |
| YUV | 203.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 95 | 0 | 0.22 | 0.63 | 0 | 39 | 1 | 0.69 |
| Hex | FF | C7 | 5F | 0 | 16 | 3F | 0 | 27 | 64 | 45 |
| Octal | 377 | 307 | 137 | 0 | 26 | 77 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11000111 | 1011111 | 0 | 10110 | 111111 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC75F
Complementary color
Monochromatic Colors of #FFC75F
Black with #FFC75F
Text Example
Text Example
White with #FFC75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC75F; }
p { color: rgb(255,199,95); }
H1.HeaderClassName
{
color: #FFC75F;
}
.AnyTagClassName
{
color: #FFC75F;
}
</style>
background-color css
<style>
a { background-color: #FFC75F; }
a { background-color: rgb(255,199,95); }
div.DivClassName
{
background-color: #FFC75F;
}
.BgClassName
{
background-color: #FFC75F;
}
</style>
border-color css
<style>
span { border-color: #FFC75F; }
span { border-color: rgb(255,199,95); }
td.TdClassName
{
border-color: #FFC75F;
}
.TagClassName
{
border-color: #FFC75F;
}
</style>