Shades of Selective Yellow #FAB90B
Tints of Selective Yellow #FAB90B
RGB
CMYK
RGB Variations
Color information
#FAB90B (or 0xFAB90B) is known color: Selective Yellow. HEX triplet: FA, B9 and 0B. RGB value is (250,185,11). Sum of RGB (Red+Green+Blue) = 250+185+11=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB90B is #0546F4. Grayscale: #B9B9B9. Windows color (decimal): -345845 or 768506. OLE color: 768506.
HSL color Cylindrical-coordinate representation of color #FAB90B: hue angle of 43.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAB90B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 11 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.02 |
| HSL | 43.68º | 0.96% | 0.51% | - |
| HSV(B) | 43.68º | 0.96% | 0.98% | - |
| XYZ | 56.83 | 55.05 | 7.95 | - |
| YUV | 184.6 | 30.03 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 11 | 0 | 0.26 | 0.96 | 0.02 | 43.68 | 0.96 | 0.51 |
| Hex | FA | B9 | B | 0 | 1A | 60 | 2 | 2C | 60 | 33 |
| Octal | 372 | 271 | 13 | 0 | 32 | 140 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111001 | 1011 | 0 | 11010 | 1100000 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FAB90B
Complementary color
Monochromatic Colors of #FAB90B
Black with #FAB90B
Text Example
Text Example
White with #FAB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB90B; }
p { color: rgb(250,185,11); }
H1.HeaderClassName
{
color: #FAB90B;
}
.AnyTagClassName
{
color: #FAB90B;
}
</style>
background-color css
<style>
a { background-color: #FAB90B; }
a { background-color: rgb(250,185,11); }
div.DivClassName
{
background-color: #FAB90B;
}
.BgClassName
{
background-color: #FAB90B;
}
</style>
border-color css
<style>
span { border-color: #FAB90B; }
span { border-color: rgb(250,185,11); }
td.TdClassName
{
border-color: #FAB90B;
}
.TagClassName
{
border-color: #FAB90B;
}
</style>