Shades of Golden Tainoi #FAC15C
Tints of Golden Tainoi #FAC15C
RGB
CMYK
RGB Variations
Color information
#FAC15C (or 0xFAC15C) is known color: Golden Tainoi. HEX triplet: FA, C1 and 5C. RGB value is (250,193,92). Sum of RGB (Red+Green+Blue) = 250+193+92=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC15C is #053EA3. Grayscale: #C6C6C6. Windows color (decimal): -343716 or 6078970. OLE color: 6078970.
HSL color Cylindrical-coordinate representation of color #FAC15C: hue angle of 38.35º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAC15C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 92 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.02 |
| HSL | 38.35º | 0.94% | 0.67% | - |
| HSV(B) | 38.35º | 0.63% | 0.98% | - |
| XYZ | 60.43 | 59.24 | 18.37 | - |
| YUV | 198.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 92 | 0 | 0.23 | 0.63 | 0.02 | 38.35 | 0.94 | 0.67 |
| Hex | FA | C1 | 5C | 0 | 17 | 3F | 2 | 26 | 5E | 43 |
| Octal | 372 | 301 | 134 | 0 | 27 | 77 | 2 | 46 | 136 | 103 |
| Binary | 11111010 | 11000001 | 1011100 | 0 | 10111 | 111111 | 10 | 100110 | 1011110 | 1000011 |
Color Harmonies of #FAC15C
Complementary color
Monochromatic Colors of #FAC15C
Black with #FAC15C
Text Example
Text Example
White with #FAC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC15C; }
p { color: rgb(250,193,92); }
H1.HeaderClassName
{
color: #FAC15C;
}
.AnyTagClassName
{
color: #FAC15C;
}
</style>
background-color css
<style>
a { background-color: #FAC15C; }
a { background-color: rgb(250,193,92); }
div.DivClassName
{
background-color: #FAC15C;
}
.BgClassName
{
background-color: #FAC15C;
}
</style>
border-color css
<style>
span { border-color: #FAC15C; }
span { border-color: rgb(250,193,92); }
td.TdClassName
{
border-color: #FAC15C;
}
.TagClassName
{
border-color: #FAC15C;
}
</style>