Shades of Golden Tainoi #FAC055
Tints of Golden Tainoi #FAC055
RGB
CMYK
RGB Variations
Color information
#FAC055 (or 0xFAC055) is known color: Golden Tainoi. HEX triplet: FA, C0 and 55. RGB value is (250,192,85). Sum of RGB (Red+Green+Blue) = 250+192+85=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC055 is #053FAA. Grayscale: #C5C5C5. Windows color (decimal): -343979 or 5619962. OLE color: 5619962.
HSL color Cylindrical-coordinate representation of color #FAC055: hue angle of 38.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC055 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 85 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.02 |
| HSL | 38.91º | 0.94% | 0.66% | - |
| HSV(B) | 38.91º | 0.66% | 0.98% | - |
| XYZ | 59.91 | 58.68 | 16.76 | - |
| YUV | 197.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 85 | 0 | 0.23 | 0.66 | 0.02 | 38.91 | 0.94 | 0.66 |
| Hex | FA | C0 | 55 | 0 | 17 | 42 | 2 | 27 | 5E | 42 |
| Octal | 372 | 300 | 125 | 0 | 27 | 102 | 2 | 47 | 136 | 102 |
| Binary | 11111010 | 11000000 | 1010101 | 0 | 10111 | 1000010 | 10 | 100111 | 1011110 | 1000010 |
Color Harmonies of #FAC055
Complementary color
Monochromatic Colors of #FAC055
Black with #FAC055
Text Example
Text Example
White with #FAC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC055; }
p { color: rgb(250,192,85); }
H1.HeaderClassName
{
color: #FAC055;
}
.AnyTagClassName
{
color: #FAC055;
}
</style>
background-color css
<style>
a { background-color: #FAC055; }
a { background-color: rgb(250,192,85); }
div.DivClassName
{
background-color: #FAC055;
}
.BgClassName
{
background-color: #FAC055;
}
</style>
border-color css
<style>
span { border-color: #FAC055; }
span { border-color: rgb(250,192,85); }
td.TdClassName
{
border-color: #FAC055;
}
.TagClassName
{
border-color: #FAC055;
}
</style>