Shades of Golden Tainoi #FFC25B
Tints of Golden Tainoi #FFC25B
RGB
CMYK
RGB Variations
Color information
#FFC25B (or 0xFFC25B) is known color: Golden Tainoi. HEX triplet: FF, C2 and 5B. RGB value is (255,194,91). Sum of RGB (Red+Green+Blue) = 255+194+91=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC25B is #003DA4. Grayscale: #C8C8C8. Windows color (decimal): -15781 or 6013695. OLE color: 6013695.
HSL color Cylindrical-coordinate representation of color #FFC25B: hue angle of 37.68º 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 #FFC25B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0 |
| HSL | 37.68º | 1% | 0.68% | - |
| HSV(B) | 37.68º | 0.64% | 1% | - |
| XYZ | 62.42 | 60.6 | 18.3 | - |
| YUV | 200.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 91 | 0 | 0.24 | 0.64 | 0 | 37.68 | 1 | 0.68 |
| Hex | FF | C2 | 5B | 0 | 18 | 40 | 0 | 26 | 64 | 44 |
| Octal | 377 | 302 | 133 | 0 | 30 | 100 | 0 | 46 | 144 | 104 |
| Binary | 11111111 | 11000010 | 1011011 | 0 | 11000 | 1000000 | 0 | 100110 | 1100100 | 1000100 |
Color Harmonies of #FFC25B
Complementary color
Monochromatic Colors of #FFC25B
Black with #FFC25B
Text Example
Text Example
White with #FFC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC25B; }
p { color: rgb(255,194,91); }
H1.HeaderClassName
{
color: #FFC25B;
}
.AnyTagClassName
{
color: #FFC25B;
}
</style>
background-color css
<style>
a { background-color: #FFC25B; }
a { background-color: rgb(255,194,91); }
div.DivClassName
{
background-color: #FFC25B;
}
.BgClassName
{
background-color: #FFC25B;
}
</style>
border-color css
<style>
span { border-color: #FFC25B; }
span { border-color: rgb(255,194,91); }
td.TdClassName
{
border-color: #FFC25B;
}
.TagClassName
{
border-color: #FFC25B;
}
</style>