Shades of Golden Tainoi #FAC25C
Tints of Golden Tainoi #FAC25C
RGB
CMYK
RGB Variations
Color information
#FAC25C (or 0xFAC25C) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5C. RGB value is (250,194,92). Sum of RGB (Red+Green+Blue) = 250+194+92=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25C is #053DA3. Grayscale: #C7C7C7. Windows color (decimal): -343460 or 6079226. OLE color: 6079226.
HSL color Cylindrical-coordinate representation of color #FAC25C: hue angle of 38.73º 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 #FAC25C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 92 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.02 |
| HSL | 38.73º | 0.94% | 0.67% | - |
| HSV(B) | 38.73º | 0.63% | 0.98% | - |
| XYZ | 60.65 | 59.68 | 18.45 | - |
| YUV | 199.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 92 | 0 | 0.22 | 0.63 | 0.02 | 38.73 | 0.94 | 0.67 |
| Hex | FA | C2 | 5C | 0 | 16 | 3F | 2 | 27 | 5E | 43 |
| Octal | 372 | 302 | 134 | 0 | 26 | 77 | 2 | 47 | 136 | 103 |
| Binary | 11111010 | 11000010 | 1011100 | 0 | 10110 | 111111 | 10 | 100111 | 1011110 | 1000011 |
Color Harmonies of #FAC25C
Complementary color
Monochromatic Colors of #FAC25C
Black with #FAC25C
Text Example
Text Example
White with #FAC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC25C; }
p { color: rgb(250,194,92); }
H1.HeaderClassName
{
color: #FAC25C;
}
.AnyTagClassName
{
color: #FAC25C;
}
</style>
background-color css
<style>
a { background-color: #FAC25C; }
a { background-color: rgb(250,194,92); }
div.DivClassName
{
background-color: #FAC25C;
}
.BgClassName
{
background-color: #FAC25C;
}
</style>
border-color css
<style>
span { border-color: #FAC25C; }
span { border-color: rgb(250,194,92); }
td.TdClassName
{
border-color: #FAC25C;
}
.TagClassName
{
border-color: #FAC25C;
}
</style>