Shades of Golden Tainoi #FAC454
Tints of Golden Tainoi #FAC454
RGB
CMYK
RGB Variations
Color information
#FAC454 (or 0xFAC454) is known color: Golden Tainoi. HEX triplet: FA, C4 and 54. RGB value is (250,196,84). Sum of RGB (Red+Green+Blue) = 250+196+84=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC454 is #053BAB. Grayscale: #C7C7C7. Windows color (decimal): -342956 or 5555450. OLE color: 5555450.
HSL color Cylindrical-coordinate representation of color #FAC454: hue angle of 40.48º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC454 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 84 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.02 |
| HSL | 40.48º | 0.94% | 0.65% | - |
| HSV(B) | 40.48º | 0.66% | 0.98% | - |
| XYZ | 60.76 | 60.44 | 16.85 | - |
| YUV | 199.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 84 | 0 | 0.22 | 0.66 | 0.02 | 40.48 | 0.94 | 0.65 |
| Hex | FA | C4 | 54 | 0 | 16 | 42 | 2 | 28 | 5E | 41 |
| Octal | 372 | 304 | 124 | 0 | 26 | 102 | 2 | 50 | 136 | 101 |
| Binary | 11111010 | 11000100 | 1010100 | 0 | 10110 | 1000010 | 10 | 101000 | 1011110 | 1000001 |
Color Harmonies of #FAC454
Complementary color
Monochromatic Colors of #FAC454
Black with #FAC454
Text Example
Text Example
White with #FAC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC454; }
p { color: rgb(250,196,84); }
H1.HeaderClassName
{
color: #FAC454;
}
.AnyTagClassName
{
color: #FAC454;
}
</style>
background-color css
<style>
a { background-color: #FAC454; }
a { background-color: rgb(250,196,84); }
div.DivClassName
{
background-color: #FAC454;
}
.BgClassName
{
background-color: #FAC454;
}
</style>
border-color css
<style>
span { border-color: #FAC454; }
span { border-color: rgb(250,196,84); }
td.TdClassName
{
border-color: #FAC454;
}
.TagClassName
{
border-color: #FAC454;
}
</style>