Shades of Golden Tainoi #FAC34C
Tints of Golden Tainoi #FAC34C
RGB
CMYK
RGB Variations
Color information
#FAC34C (or 0xFAC34C) is known color: Golden Tainoi. HEX triplet: FA, C3 and 4C. RGB value is (250,195,76). Sum of RGB (Red+Green+Blue) = 250+195+76=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC34C is #053CB3. Grayscale: #C6C6C6. Windows color (decimal): -343220 or 5030906. OLE color: 5030906.
HSL color Cylindrical-coordinate representation of color #FAC34C: hue angle of 41.03º 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 #FAC34C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 76 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.02 |
| HSL | 41.03º | 0.95% | 0.64% | - |
| HSV(B) | 41.03º | 0.7% | 0.98% | - |
| XYZ | 60.24 | 59.88 | 15.22 | - |
| YUV | 197.88 | 59.22 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 76 | 0 | 0.22 | 0.70 | 0.02 | 41.03 | 0.95 | 0.64 |
| Hex | FA | C3 | 4C | 0 | 16 | 46 | 2 | 29 | 5F | 40 |
| Octal | 372 | 303 | 114 | 0 | 26 | 106 | 2 | 51 | 137 | 100 |
| Binary | 11111010 | 11000011 | 1001100 | 0 | 10110 | 1000110 | 10 | 101001 | 1011111 | 1000000 |
Color Harmonies of #FAC34C
Complementary color
Monochromatic Colors of #FAC34C
Black with #FAC34C
Text Example
Text Example
White with #FAC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC34C; }
p { color: rgb(250,195,76); }
H1.HeaderClassName
{
color: #FAC34C;
}
.AnyTagClassName
{
color: #FAC34C;
}
</style>
background-color css
<style>
a { background-color: #FAC34C; }
a { background-color: rgb(250,195,76); }
div.DivClassName
{
background-color: #FAC34C;
}
.BgClassName
{
background-color: #FAC34C;
}
</style>
border-color css
<style>
span { border-color: #FAC34C; }
span { border-color: rgb(250,195,76); }
td.TdClassName
{
border-color: #FAC34C;
}
.TagClassName
{
border-color: #FAC34C;
}
</style>