Shades of Golden Tainoi #FFC25E
Tints of Golden Tainoi #FFC25E
RGB
CMYK
RGB Variations
Color information
#FFC25E (or 0xFFC25E) is known color: Golden Tainoi. HEX triplet: FF, C2 and 5E. RGB value is (255,194,94). Sum of RGB (Red+Green+Blue) = 255+194+94=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25E is #003DA1. Grayscale: #C9C9C9. Windows color (decimal): -15778 or 6210303. OLE color: 6210303.
HSL color Cylindrical-coordinate representation of color #FFC25E: hue angle of 37.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC25E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0 |
| HSL | 37.27º | 1% | 0.68% | - |
| HSV(B) | 37.27º | 0.63% | 1% | - |
| XYZ | 62.55 | 60.65 | 19 | - |
| YUV | 200.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 94 | 0 | 0.24 | 0.63 | 0 | 37.27 | 1 | 0.68 |
| Hex | FF | C2 | 5E | 0 | 18 | 3F | 0 | 25 | 64 | 44 |
| Octal | 377 | 302 | 136 | 0 | 30 | 77 | 0 | 45 | 144 | 104 |
| Binary | 11111111 | 11000010 | 1011110 | 0 | 11000 | 111111 | 0 | 100101 | 1100100 | 1000100 |
Color Harmonies of #FFC25E
Complementary color
Monochromatic Colors of #FFC25E
Black with #FFC25E
Text Example
Text Example
White with #FFC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC25E; }
p { color: rgb(255,194,94); }
H1.HeaderClassName
{
color: #FFC25E;
}
.AnyTagClassName
{
color: #FFC25E;
}
</style>
background-color css
<style>
a { background-color: #FFC25E; }
a { background-color: rgb(255,194,94); }
div.DivClassName
{
background-color: #FFC25E;
}
.BgClassName
{
background-color: #FFC25E;
}
</style>
border-color css
<style>
span { border-color: #FFC25E; }
span { border-color: rgb(255,194,94); }
td.TdClassName
{
border-color: #FFC25E;
}
.TagClassName
{
border-color: #FFC25E;
}
</style>