Shades of Golden Tainoi #F9C25B
Tints of Golden Tainoi #F9C25B
RGB
CMYK
RGB Variations
Color information
#F9C25B (or 0xF9C25B) is known color: Golden Tainoi. HEX triplet: F9, C2 and 5B. RGB value is (249,194,91). Sum of RGB (Red+Green+Blue) = 249+194+91=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C25B is #063DA4. Grayscale: #C7C7C7. Windows color (decimal): -408997 or 6013689. OLE color: 6013689.
HSL color Cylindrical-coordinate representation of color #F9C25B: hue angle of 39.11º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9C25B is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 91 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.02 |
| HSL | 39.11º | 0.93% | 0.67% | - |
| HSV(B) | 39.11º | 0.63% | 0.98% | - |
| XYZ | 60.25 | 59.48 | 18.2 | - |
| YUV | 198.7 | 67.22 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 91 | 0 | 0.22 | 0.63 | 0.02 | 39.11 | 0.93 | 0.67 |
| Hex | F9 | C2 | 5B | 0 | 16 | 3F | 2 | 27 | 5D | 43 |
| Octal | 371 | 302 | 133 | 0 | 26 | 77 | 2 | 47 | 135 | 103 |
| Binary | 11111001 | 11000010 | 1011011 | 0 | 10110 | 111111 | 10 | 100111 | 1011101 | 1000011 |
Color Harmonies of #F9C25B
Complementary color
Monochromatic Colors of #F9C25B
Black with #F9C25B
Text Example
Text Example
White with #F9C25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C25B; }
p { color: rgb(249,194,91); }
H1.HeaderClassName
{
color: #F9C25B;
}
.AnyTagClassName
{
color: #F9C25B;
}
</style>
background-color css
<style>
a { background-color: #F9C25B; }
a { background-color: rgb(249,194,91); }
div.DivClassName
{
background-color: #F9C25B;
}
.BgClassName
{
background-color: #F9C25B;
}
</style>
border-color css
<style>
span { border-color: #F9C25B; }
span { border-color: rgb(249,194,91); }
td.TdClassName
{
border-color: #F9C25B;
}
.TagClassName
{
border-color: #F9C25B;
}
</style>