Shades of Golden Tainoi #FFC25C
Tints of Golden Tainoi #FFC25C
RGB
CMYK
RGB Variations
Color information
#FFC25C (or 0xFFC25C) is known color: Golden Tainoi. HEX triplet: FF, C2 and 5C. RGB value is (255,194,92). Sum of RGB (Red+Green+Blue) = 255+194+92=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25C is #003DA3. Grayscale: #C9C9C9. Windows color (decimal): -15780 or 6079231. OLE color: 6079231.
HSL color Cylindrical-coordinate representation of color #FFC25C: hue angle of 37.55º 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 #FFC25C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.55º | 1% | 0.68% | - |
| HSV(B) | 37.55º | 0.64% | 1% | - |
| XYZ | 62.46 | 60.62 | 18.53 | - |
| YUV | 200.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 92 | 0 | 0.24 | 0.64 | 0 | 37.55 | 1 | 0.68 |
| Hex | FF | C2 | 5C | 0 | 18 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 302 | 134 | 0 | 30 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000010 | 1011100 | 0 | 11000 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC25C
Complementary color
Monochromatic Colors of #FFC25C
Black with #FFC25C
Text Example
Text Example
White with #FFC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC25C; }
p { color: rgb(255,194,92); }
H1.HeaderClassName
{
color: #FFC25C;
}
.AnyTagClassName
{
color: #FFC25C;
}
</style>
background-color css
<style>
a { background-color: #FFC25C; }
a { background-color: rgb(255,194,92); }
div.DivClassName
{
background-color: #FFC25C;
}
.BgClassName
{
background-color: #FFC25C;
}
</style>
border-color css
<style>
span { border-color: #FFC25C; }
span { border-color: rgb(255,194,92); }
td.TdClassName
{
border-color: #FFC25C;
}
.TagClassName
{
border-color: #FFC25C;
}
</style>