Shades of Golden Tainoi #FAC34F
Tints of Golden Tainoi #FAC34F
RGB
CMYK
RGB Variations
Color information
#FAC34F (or 0xFAC34F) is known color: Golden Tainoi. HEX triplet: FA, C3 and 4F. RGB value is (250,195,79). Sum of RGB (Red+Green+Blue) = 250+195+79=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC34F is #053CB0. Grayscale: #C6C6C6. Windows color (decimal): -343217 or 5227514. OLE color: 5227514.
HSL color Cylindrical-coordinate representation of color #FAC34F: hue angle of 40.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC34F is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 79 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.02 |
| HSL | 40.7º | 0.94% | 0.65% | - |
| HSV(B) | 40.7º | 0.68% | 0.98% | - |
| XYZ | 60.35 | 59.92 | 15.78 | - |
| YUV | 198.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 79 | 0 | 0.22 | 0.68 | 0.02 | 40.7 | 0.94 | 0.65 |
| Hex | FA | C3 | 4F | 0 | 16 | 44 | 2 | 29 | 5E | 41 |
| Octal | 372 | 303 | 117 | 0 | 26 | 104 | 2 | 51 | 136 | 101 |
| Binary | 11111010 | 11000011 | 1001111 | 0 | 10110 | 1000100 | 10 | 101001 | 1011110 | 1000001 |
Color Harmonies of #FAC34F
Complementary color
Monochromatic Colors of #FAC34F
Black with #FAC34F
Text Example
Text Example
White with #FAC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC34F; }
p { color: rgb(250,195,79); }
H1.HeaderClassName
{
color: #FAC34F;
}
.AnyTagClassName
{
color: #FAC34F;
}
</style>
background-color css
<style>
a { background-color: #FAC34F; }
a { background-color: rgb(250,195,79); }
div.DivClassName
{
background-color: #FAC34F;
}
.BgClassName
{
background-color: #FAC34F;
}
</style>
border-color css
<style>
span { border-color: #FAC34F; }
span { border-color: rgb(250,195,79); }
td.TdClassName
{
border-color: #FAC34F;
}
.TagClassName
{
border-color: #FAC34F;
}
</style>