Shades of Golden Tainoi #F9C55F
Tints of Golden Tainoi #F9C55F
RGB
CMYK
RGB Variations
Color information
#F9C55F (or 0xF9C55F) is known color: Golden Tainoi. HEX triplet: F9, C5 and 5F. RGB value is (249,197,95). Sum of RGB (Red+Green+Blue) = 249+197+95=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C55F is #063AA0. Grayscale: #C9C9C9. Windows color (decimal): -408225 or 6276601. OLE color: 6276601.
HSL color Cylindrical-coordinate representation of color #F9C55F: hue angle of 39.74º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C55F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 95 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.02 |
| HSL | 39.74º | 0.93% | 0.67% | - |
| HSV(B) | 39.74º | 0.62% | 0.98% | - |
| XYZ | 61.1 | 60.9 | 19.36 | - |
| YUV | 200.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 95 | 0 | 0.21 | 0.62 | 0.02 | 39.74 | 0.93 | 0.67 |
| Hex | F9 | C5 | 5F | 0 | 15 | 3E | 2 | 28 | 5D | 43 |
| Octal | 371 | 305 | 137 | 0 | 25 | 76 | 2 | 50 | 135 | 103 |
| Binary | 11111001 | 11000101 | 1011111 | 0 | 10101 | 111110 | 10 | 101000 | 1011101 | 1000011 |
Color Harmonies of #F9C55F
Complementary color
Monochromatic Colors of #F9C55F
Black with #F9C55F
Text Example
Text Example
White with #F9C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C55F; }
p { color: rgb(249,197,95); }
H1.HeaderClassName
{
color: #F9C55F;
}
.AnyTagClassName
{
color: #F9C55F;
}
</style>
background-color css
<style>
a { background-color: #F9C55F; }
a { background-color: rgb(249,197,95); }
div.DivClassName
{
background-color: #F9C55F;
}
.BgClassName
{
background-color: #F9C55F;
}
</style>
border-color css
<style>
span { border-color: #F9C55F; }
span { border-color: rgb(249,197,95); }
td.TdClassName
{
border-color: #F9C55F;
}
.TagClassName
{
border-color: #F9C55F;
}
</style>