Shades of Golden Tainoi #FFC05C
Tints of Golden Tainoi #FFC05C
RGB
CMYK
RGB Variations
Color information
#FFC05C (or 0xFFC05C) is known color: Golden Tainoi. HEX triplet: FF, C0 and 5C. RGB value is (255,192,92). Sum of RGB (Red+Green+Blue) = 255+192+92=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC05C is #003FA3. Grayscale: #C7C7C7. Windows color (decimal): -16292 or 6078719. OLE color: 6078719.
HSL color Cylindrical-coordinate representation of color #FFC05C: hue angle of 36.81º 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 #FFC05C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 92 | - |
| CMYK | 0 | 0.25 | 0.64 | 0 |
| HSL | 36.81º | 1% | 0.68% | - |
| HSV(B) | 36.81º | 0.64% | 1% | - |
| XYZ | 62.02 | 59.73 | 18.39 | - |
| YUV | 199.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 92 | 0 | 0.25 | 0.64 | 0 | 36.81 | 1 | 0.68 |
| Hex | FF | C0 | 5C | 0 | 19 | 40 | 0 | 25 | 64 | 44 |
| Octal | 377 | 300 | 134 | 0 | 31 | 100 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 11000000 | 1011100 | 0 | 11001 | 1000000 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFC05C
Complementary color
Monochromatic Colors of #FFC05C
Black with #FFC05C
Text Example
Text Example
White with #FFC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC05C; }
p { color: rgb(255,192,92); }
H1.HeaderClassName
{
color: #FFC05C;
}
.AnyTagClassName
{
color: #FFC05C;
}
</style>
background-color css
<style>
a { background-color: #FFC05C; }
a { background-color: rgb(255,192,92); }
div.DivClassName
{
background-color: #FFC05C;
}
.BgClassName
{
background-color: #FFC05C;
}
</style>
border-color css
<style>
span { border-color: #FFC05C; }
span { border-color: rgb(255,192,92); }
td.TdClassName
{
border-color: #FFC05C;
}
.TagClassName
{
border-color: #FFC05C;
}
</style>