Shades of Golden Tainoi #FABB4B
Tints of Golden Tainoi #FABB4B
RGB
CMYK
RGB Variations
Color information
#FABB4B (or 0xFABB4B) is known color: Golden Tainoi. HEX triplet: FA, BB and 4B. RGB value is (250,187,75). Sum of RGB (Red+Green+Blue) = 250+187+75=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB4B is #0544B4. Grayscale: #C1C1C1. Windows color (decimal): -345269 or 4963322. OLE color: 4963322.
HSL color Cylindrical-coordinate representation of color #FABB4B: hue angle of 38.4º 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 #FABB4B is Cyan = 0, Magento = 0.25, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 75 | - |
| CMYK | 0 | 0.25 | 0.7 | 0.02 |
| HSL | 38.4º | 0.95% | 0.64% | - |
| HSV(B) | 38.4º | 0.7% | 0.98% | - |
| XYZ | 58.46 | 56.37 | 14.46 | - |
| YUV | 193.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 75 | 0 | 0.25 | 0.7 | 0.02 | 38.4 | 0.95 | 0.64 |
| Hex | FA | BB | 4B | 0 | 19 | 46 | 2 | 26 | 5F | 40 |
| Octal | 372 | 273 | 113 | 0 | 31 | 106 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111011 | 1001011 | 0 | 11001 | 1000110 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FABB4B
Complementary color
Monochromatic Colors of #FABB4B
Black with #FABB4B
Text Example
Text Example
White with #FABB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB4B; }
p { color: rgb(250,187,75); }
H1.HeaderClassName
{
color: #FABB4B;
}
.AnyTagClassName
{
color: #FABB4B;
}
</style>
background-color css
<style>
a { background-color: #FABB4B; }
a { background-color: rgb(250,187,75); }
div.DivClassName
{
background-color: #FABB4B;
}
.BgClassName
{
background-color: #FABB4B;
}
</style>
border-color css
<style>
span { border-color: #FABB4B; }
span { border-color: rgb(250,187,75); }
td.TdClassName
{
border-color: #FABB4B;
}
.TagClassName
{
border-color: #FABB4B;
}
</style>