Shades of Golden Tainoi #FFC25F
Tints of Golden Tainoi #FFC25F
RGB
CMYK
RGB Variations
Color information
#FFC25F (or 0xFFC25F) is known color: Golden Tainoi. HEX triplet: FF, C2 and 5F. RGB value is (255,194,95). Sum of RGB (Red+Green+Blue) = 255+194+95=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25F is #003DA0. Grayscale: #C9C9C9. Windows color (decimal): -15777 or 6275839. OLE color: 6275839.
HSL color Cylindrical-coordinate representation of color #FFC25F: hue angle of 37.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFC25F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 95 | - |
| CMYK | 0 | 0.24 | 0.63 | 0 |
| HSL | 37.13º | 1% | 0.69% | - |
| HSV(B) | 37.13º | 0.63% | 1% | - |
| XYZ | 62.6 | 60.67 | 19.24 | - |
| YUV | 200.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 95 | 0 | 0.24 | 0.63 | 0 | 37.13 | 1 | 0.69 |
| Hex | FF | C2 | 5F | 0 | 18 | 3F | 0 | 25 | 64 | 45 |
| Octal | 377 | 302 | 137 | 0 | 30 | 77 | 0 | 45 | 144 | 105 |
| Binary | 11111111 | 11000010 | 1011111 | 0 | 11000 | 111111 | 0 | 100101 | 1100100 | 1000101 |
Color Harmonies of #FFC25F
Complementary color
Monochromatic Colors of #FFC25F
Black with #FFC25F
Text Example
Text Example
White with #FFC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC25F; }
p { color: rgb(255,194,95); }
H1.HeaderClassName
{
color: #FFC25F;
}
.AnyTagClassName
{
color: #FFC25F;
}
</style>
background-color css
<style>
a { background-color: #FFC25F; }
a { background-color: rgb(255,194,95); }
div.DivClassName
{
background-color: #FFC25F;
}
.BgClassName
{
background-color: #FFC25F;
}
</style>
border-color css
<style>
span { border-color: #FFC25F; }
span { border-color: rgb(255,194,95); }
td.TdClassName
{
border-color: #FFC25F;
}
.TagClassName
{
border-color: #FFC25F;
}
</style>