Shades of Golden Tainoi #FAC44C
Tints of Golden Tainoi #FAC44C
RGB
CMYK
RGB Variations
Color information
#FAC44C (or 0xFAC44C) is known color: Golden Tainoi. HEX triplet: FA, C4 and 4C. RGB value is (250,196,76). Sum of RGB (Red+Green+Blue) = 250+196+76=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC44C is #053BB3. Grayscale: #C7C7C7. Windows color (decimal): -342964 or 5031162. OLE color: 5031162.
HSL color Cylindrical-coordinate representation of color #FAC44C: hue angle of 41.38º 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 #FAC44C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 41.38º | 0.95% | 0.64% | - |
| HSV(B) | 41.38º | 0.7% | 0.98% | - |
| XYZ | 60.47 | 60.33 | 15.29 | - |
| YUV | 198.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 76 | 0 | 0.22 | 0.70 | 0.02 | 41.38 | 0.95 | 0.64 |
| Hex | FA | C4 | 4C | 0 | 16 | 46 | 2 | 29 | 5F | 40 |
| Octal | 372 | 304 | 114 | 0 | 26 | 106 | 2 | 51 | 137 | 100 |
| Binary | 11111010 | 11000100 | 1001100 | 0 | 10110 | 1000110 | 10 | 101001 | 1011111 | 1000000 |
Color Harmonies of #FAC44C
Complementary color
Monochromatic Colors of #FAC44C
Black with #FAC44C
Text Example
Text Example
White with #FAC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC44C; }
p { color: rgb(250,196,76); }
H1.HeaderClassName
{
color: #FAC44C;
}
.AnyTagClassName
{
color: #FAC44C;
}
</style>
background-color css
<style>
a { background-color: #FAC44C; }
a { background-color: rgb(250,196,76); }
div.DivClassName
{
background-color: #FAC44C;
}
.BgClassName
{
background-color: #FAC44C;
}
</style>
border-color css
<style>
span { border-color: #FAC44C; }
span { border-color: rgb(250,196,76); }
td.TdClassName
{
border-color: #FAC44C;
}
.TagClassName
{
border-color: #FAC44C;
}
</style>