Shades of Golden Tainoi #F9C453
Tints of Golden Tainoi #F9C453
RGB
CMYK
RGB Variations
Color information
#F9C453 (or 0xF9C453) is known color: Golden Tainoi. HEX triplet: F9, C4 and 53. RGB value is (249,196,83). Sum of RGB (Red+Green+Blue) = 249+196+83=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C453 is #063BAC. Grayscale: #C7C7C7. Windows color (decimal): -408493 or 5489913. OLE color: 5489913.
HSL color Cylindrical-coordinate representation of color #F9C453: hue angle of 40.84º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9C453 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.02 |
| HSL | 40.84º | 0.93% | 0.65% | - |
| HSV(B) | 40.84º | 0.67% | 0.98% | - |
| XYZ | 60.37 | 60.24 | 16.63 | - |
| YUV | 198.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 83 | 0 | 0.21 | 0.67 | 0.02 | 40.84 | 0.93 | 0.65 |
| Hex | F9 | C4 | 53 | 0 | 15 | 43 | 2 | 29 | 5D | 41 |
| Octal | 371 | 304 | 123 | 0 | 25 | 103 | 2 | 51 | 135 | 101 |
| Binary | 11111001 | 11000100 | 1010011 | 0 | 10101 | 1000011 | 10 | 101001 | 1011101 | 1000001 |
Color Harmonies of #F9C453
Complementary color
Monochromatic Colors of #F9C453
Black with #F9C453
Text Example
Text Example
White with #F9C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C453; }
p { color: rgb(249,196,83); }
H1.HeaderClassName
{
color: #F9C453;
}
.AnyTagClassName
{
color: #F9C453;
}
</style>
background-color css
<style>
a { background-color: #F9C453; }
a { background-color: rgb(249,196,83); }
div.DivClassName
{
background-color: #F9C453;
}
.BgClassName
{
background-color: #F9C453;
}
</style>
border-color css
<style>
span { border-color: #F9C453; }
span { border-color: rgb(249,196,83); }
td.TdClassName
{
border-color: #F9C453;
}
.TagClassName
{
border-color: #F9C453;
}
</style>