Shades of Golden Tainoi #F9C452
Tints of Golden Tainoi #F9C452
RGB
CMYK
RGB Variations
Color information
#F9C452 (or 0xF9C452) is known color: Golden Tainoi. HEX triplet: F9, C4 and 52. RGB value is (249,196,82). Sum of RGB (Red+Green+Blue) = 249+196+82=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C452 is #063BAD. Grayscale: #C7C7C7. Windows color (decimal): -408494 or 5424377. OLE color: 5424377.
HSL color Cylindrical-coordinate representation of color #F9C452: hue angle of 40.96º 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 #F9C452 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 82 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.02 |
| HSL | 40.96º | 0.93% | 0.65% | - |
| HSV(B) | 40.96º | 0.67% | 0.98% | - |
| XYZ | 60.33 | 60.23 | 16.43 | - |
| YUV | 198.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 82 | 0 | 0.21 | 0.67 | 0.02 | 40.96 | 0.93 | 0.65 |
| Hex | F9 | C4 | 52 | 0 | 15 | 43 | 2 | 29 | 5D | 41 |
| Octal | 371 | 304 | 122 | 0 | 25 | 103 | 2 | 51 | 135 | 101 |
| Binary | 11111001 | 11000100 | 1010010 | 0 | 10101 | 1000011 | 10 | 101001 | 1011101 | 1000001 |
Color Harmonies of #F9C452
Complementary color
Monochromatic Colors of #F9C452
Black with #F9C452
Text Example
Text Example
White with #F9C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C452; }
p { color: rgb(249,196,82); }
H1.HeaderClassName
{
color: #F9C452;
}
.AnyTagClassName
{
color: #F9C452;
}
</style>
background-color css
<style>
a { background-color: #F9C452; }
a { background-color: rgb(249,196,82); }
div.DivClassName
{
background-color: #F9C452;
}
.BgClassName
{
background-color: #F9C452;
}
</style>
border-color css
<style>
span { border-color: #F9C452; }
span { border-color: rgb(249,196,82); }
td.TdClassName
{
border-color: #F9C452;
}
.TagClassName
{
border-color: #F9C452;
}
</style>