Shades of Golden Tainoi #FAC25D
Tints of Golden Tainoi #FAC25D
RGB
CMYK
RGB Variations
Color information
#FAC25D (or 0xFAC25D) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5D. RGB value is (250,194,93). Sum of RGB (Red+Green+Blue) = 250+194+93=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25D is #053DA2. Grayscale: #C7C7C7. Windows color (decimal): -343459 or 6144762. OLE color: 6144762.
HSL color Cylindrical-coordinate representation of color #FAC25D: hue angle of 38.6º 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 #FAC25D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 93 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.02 |
| HSL | 38.6º | 0.94% | 0.67% | - |
| HSV(B) | 38.6º | 0.63% | 0.98% | - |
| XYZ | 60.69 | 59.7 | 18.68 | - |
| YUV | 199.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 93 | 0 | 0.22 | 0.63 | 0.02 | 38.6 | 0.94 | 0.67 |
| Hex | FA | C2 | 5D | 0 | 16 | 3F | 2 | 27 | 5E | 43 |
| Octal | 372 | 302 | 135 | 0 | 26 | 77 | 2 | 47 | 136 | 103 |
| Binary | 11111010 | 11000010 | 1011101 | 0 | 10110 | 111111 | 10 | 100111 | 1011110 | 1000011 |
Color Harmonies of #FAC25D
Complementary color
Monochromatic Colors of #FAC25D
Black with #FAC25D
Text Example
Text Example
White with #FAC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC25D; }
p { color: rgb(250,194,93); }
H1.HeaderClassName
{
color: #FAC25D;
}
.AnyTagClassName
{
color: #FAC25D;
}
</style>
background-color css
<style>
a { background-color: #FAC25D; }
a { background-color: rgb(250,194,93); }
div.DivClassName
{
background-color: #FAC25D;
}
.BgClassName
{
background-color: #FAC25D;
}
</style>
border-color css
<style>
span { border-color: #FAC25D; }
span { border-color: rgb(250,194,93); }
td.TdClassName
{
border-color: #FAC25D;
}
.TagClassName
{
border-color: #FAC25D;
}
</style>