Shades of Golden Tainoi #FAC24A
Tints of Golden Tainoi #FAC24A
RGB
CMYK
RGB Variations
Color information
#FAC24A (or 0xFAC24A) is known color: Golden Tainoi. HEX triplet: FA, C2 and 4A. RGB value is (250,194,74). Sum of RGB (Red+Green+Blue) = 250+194+74=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC24A is #053DB5. Grayscale: #C5C5C5. Windows color (decimal): -343478 or 4899578. OLE color: 4899578.
HSL color Cylindrical-coordinate representation of color #FAC24A: hue angle of 40.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC24A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 74 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 40.91º | 0.95% | 0.64% | - |
| HSV(B) | 40.91º | 0.7% | 0.98% | - |
| XYZ | 59.95 | 59.4 | 14.78 | - |
| YUV | 197.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 74 | 0 | 0.22 | 0.70 | 0.02 | 40.91 | 0.95 | 0.64 |
| Hex | FA | C2 | 4A | 0 | 16 | 46 | 2 | 29 | 5F | 40 |
| Octal | 372 | 302 | 112 | 0 | 26 | 106 | 2 | 51 | 137 | 100 |
| Binary | 11111010 | 11000010 | 1001010 | 0 | 10110 | 1000110 | 10 | 101001 | 1011111 | 1000000 |
Color Harmonies of #FAC24A
Complementary color
Monochromatic Colors of #FAC24A
Black with #FAC24A
Text Example
Text Example
White with #FAC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC24A; }
p { color: rgb(250,194,74); }
H1.HeaderClassName
{
color: #FAC24A;
}
.AnyTagClassName
{
color: #FAC24A;
}
</style>
background-color css
<style>
a { background-color: #FAC24A; }
a { background-color: rgb(250,194,74); }
div.DivClassName
{
background-color: #FAC24A;
}
.BgClassName
{
background-color: #FAC24A;
}
</style>
border-color css
<style>
span { border-color: #FAC24A; }
span { border-color: rgb(250,194,74); }
td.TdClassName
{
border-color: #FAC24A;
}
.TagClassName
{
border-color: #FAC24A;
}
</style>