Shades of Golden Tainoi #FAC25F
Tints of Golden Tainoi #FAC25F
RGB
CMYK
RGB Variations
Color information
#FAC25F (or 0xFAC25F) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5F. RGB value is (250,194,95). Sum of RGB (Red+Green+Blue) = 250+194+95=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25F is #053DA0. Grayscale: #C7C7C7. Windows color (decimal): -343457 or 6275834. OLE color: 6275834.
HSL color Cylindrical-coordinate representation of color #FAC25F: hue angle of 38.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC25F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 95 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.02 |
| HSL | 38.32º | 0.94% | 0.68% | - |
| HSV(B) | 38.32º | 0.62% | 0.98% | - |
| XYZ | 60.78 | 59.73 | 19.15 | - |
| YUV | 199.46 | 69.05 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 95 | 0 | 0.22 | 0.62 | 0.02 | 38.32 | 0.94 | 0.68 |
| Hex | FA | C2 | 5F | 0 | 16 | 3E | 2 | 26 | 5E | 44 |
| Octal | 372 | 302 | 137 | 0 | 26 | 76 | 2 | 46 | 136 | 104 |
| Binary | 11111010 | 11000010 | 1011111 | 0 | 10110 | 111110 | 10 | 100110 | 1011110 | 1000100 |
Color Harmonies of #FAC25F
Complementary color
Monochromatic Colors of #FAC25F
Black with #FAC25F
Text Example
Text Example
White with #FAC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC25F; }
p { color: rgb(250,194,95); }
H1.HeaderClassName
{
color: #FAC25F;
}
.AnyTagClassName
{
color: #FAC25F;
}
</style>
background-color css
<style>
a { background-color: #FAC25F; }
a { background-color: rgb(250,194,95); }
div.DivClassName
{
background-color: #FAC25F;
}
.BgClassName
{
background-color: #FAC25F;
}
</style>
border-color css
<style>
span { border-color: #FAC25F; }
span { border-color: rgb(250,194,95); }
td.TdClassName
{
border-color: #FAC25F;
}
.TagClassName
{
border-color: #FAC25F;
}
</style>