Shades of Golden Tainoi #FFC75C
Tints of Golden Tainoi #FFC75C
RGB
CMYK
RGB Variations
Color information
#FFC75C (or 0xFFC75C) is known color: Golden Tainoi. HEX triplet: FF, C7 and 5C. RGB value is (255,199,92). Sum of RGB (Red+Green+Blue) = 255+199+92=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC75C is #0038A3. Grayscale: #CCCCCC. Windows color (decimal): -14500 or 6080511. OLE color: 6080511.
HSL color Cylindrical-coordinate representation of color #FFC75C: hue angle of 39.39º 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 #FFC75C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 199 | 92 | - |
CMYK | 0 | 0.22 | 0.64 | 0 |
HSL | 39.39º | 1% | 0.68% | - |
HSV(B) | 39.39º | 0.64% | 1% | - |
XYZ | 63.6 | 62.88 | 18.91 | - |
YUV | 203.55 | 65.05 | 164.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 199 | 92 | 0 | 0.22 | 0.64 | 0 | 39.39 | 1 | 0.68 |
Hex | FF | C7 | 5C | 0 | 16 | 40 | 0 | 27 | 64 | 44 |
Octal | 377 | 307 | 134 | 0 | 26 | 100 | 0 | 47 | 144 | 104 |
Binary | 11111111 | 11000111 | 1011100 | 0 | 10110 | 1000000 | 0 | 100111 | 1100100 | 1000100 |
Color Harmonies of #FFC75C
Complementary color
Monochromatic Colors of #FFC75C
Black with #FFC75C
Text Example
Text Example
White with #FFC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC75C; }
p { color: rgb(255,199,92); }
H1.HeaderClassName
{
color: #FFC75C;
}
.AnyTagClassName
{
color: #FFC75C;
}
</style>
background-color css
<style>
a { background-color: #FFC75C; }
a { background-color: rgb(255,199,92); }
div.DivClassName
{
background-color: #FFC75C;
}
.BgClassName
{
background-color: #FFC75C;
}
</style>
border-color css
<style>
span { border-color: #FFC75C; }
span { border-color: rgb(255,199,92); }
td.TdClassName
{
border-color: #FFC75C;
}
.TagClassName
{
border-color: #FFC75C;
}
</style>