Shades of Golden Tainoi #FFC25A
Tints of Golden Tainoi #FFC25A
RGB
CMYK
RGB Variations
Color information
#FFC25A (or 0xFFC25A) is known color: Golden Tainoi. HEX triplet: FF, C2 and 5A. RGB value is (255,194,90). Sum of RGB (Red+Green+Blue) = 255+194+90=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25A is #003DA5. Grayscale: #C8C8C8. Windows color (decimal): -15782 or 5948159. OLE color: 5948159.
HSL color Cylindrical-coordinate representation of color #FFC25A: hue angle of 37.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC25A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 90 | - |
| CMYK | 0 | 0.24 | 0.65 | 0 |
| HSL | 37.82º | 1% | 0.68% | - |
| HSV(B) | 37.82º | 0.65% | 1% | - |
| XYZ | 62.38 | 60.58 | 18.08 | - |
| YUV | 200.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 90 | 0 | 0.24 | 0.65 | 0 | 37.82 | 1 | 0.68 |
| Hex | FF | C2 | 5A | 0 | 18 | 41 | 0 | 26 | 64 | 44 |
| Octal | 377 | 302 | 132 | 0 | 30 | 101 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000010 | 1011010 | 0 | 11000 | 1000001 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC25A
Complementary color
Monochromatic Colors of #FFC25A
Black with #FFC25A
Text Example
Text Example
White with #FFC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC25A; }
p { color: rgb(255,194,90); }
H1.HeaderClassName
{
color: #FFC25A;
}
.AnyTagClassName
{
color: #FFC25A;
}
</style>
background-color css
<style>
a { background-color: #FFC25A; }
a { background-color: rgb(255,194,90); }
div.DivClassName
{
background-color: #FFC25A;
}
.BgClassName
{
background-color: #FFC25A;
}
</style>
border-color css
<style>
span { border-color: #FFC25A; }
span { border-color: rgb(255,194,90); }
td.TdClassName
{
border-color: #FFC25A;
}
.TagClassName
{
border-color: #FFC25A;
}
</style>