Shades of Golden Tainoi #F9C360
Tints of Golden Tainoi #F9C360
RGB
CMYK
RGB Variations
Color information
#F9C360 (or 0xF9C360) is known color: Golden Tainoi. HEX triplet: F9, C3 and 60. RGB value is (249,195,96). Sum of RGB (Red+Green+Blue) = 249+195+96=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C360 is #063C9F. Grayscale: #C8C8C8. Windows color (decimal): -408736 or 6341625. OLE color: 6341625.
HSL color Cylindrical-coordinate representation of color #F9C360: hue angle of 38.82º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9C360 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 96 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.02 |
| HSL | 38.82º | 0.93% | 0.68% | - |
| HSV(B) | 38.82º | 0.61% | 0.98% | - |
| XYZ | 60.69 | 60.01 | 19.45 | - |
| YUV | 199.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 96 | 0 | 0.22 | 0.61 | 0.02 | 38.82 | 0.93 | 0.68 |
| Hex | F9 | C3 | 60 | 0 | 16 | 3D | 2 | 27 | 5D | 44 |
| Octal | 371 | 303 | 140 | 0 | 26 | 75 | 2 | 47 | 135 | 104 |
| Binary | 11111001 | 11000011 | 1100000 | 0 | 10110 | 111101 | 10 | 100111 | 1011101 | 1000100 |
Color Harmonies of #F9C360
Complementary color
Monochromatic Colors of #F9C360
Black with #F9C360
Text Example
Text Example
White with #F9C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C360; }
p { color: rgb(249,195,96); }
H1.HeaderClassName
{
color: #F9C360;
}
.AnyTagClassName
{
color: #F9C360;
}
</style>
background-color css
<style>
a { background-color: #F9C360; }
a { background-color: rgb(249,195,96); }
div.DivClassName
{
background-color: #F9C360;
}
.BgClassName
{
background-color: #F9C360;
}
</style>
border-color css
<style>
span { border-color: #F9C360; }
span { border-color: rgb(249,195,96); }
td.TdClassName
{
border-color: #F9C360;
}
.TagClassName
{
border-color: #F9C360;
}
</style>