Shades of Selective Yellow #FAB90F
Tints of Selective Yellow #FAB90F
RGB
CMYK
RGB Variations
Color information
#FAB90F (or 0xFAB90F) is known color: Selective Yellow. HEX triplet: FA, B9 and 0F. RGB value is (250,185,15). Sum of RGB (Red+Green+Blue) = 250+185+15=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB90F is #0546F0. Grayscale: #B9B9B9. Windows color (decimal): -345841 or 1030650. OLE color: 1030650.
HSL color Cylindrical-coordinate representation of color #FAB90F: hue angle of 43.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAB90F is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 15 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.02 |
| HSL | 43.4º | 0.96% | 0.52% | - |
| HSV(B) | 43.4º | 0.94% | 0.98% | - |
| XYZ | 56.86 | 55.06 | 8.08 | - |
| YUV | 185.06 | 32.03 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 15 | 0 | 0.26 | 0.94 | 0.02 | 43.4 | 0.96 | 0.52 |
| Hex | FA | B9 | F | 0 | 1A | 5E | 2 | 2B | 60 | 34 |
| Octal | 372 | 271 | 17 | 0 | 32 | 136 | 2 | 53 | 140 | 64 |
| Binary | 11111010 | 10111001 | 1111 | 0 | 11010 | 1011110 | 10 | 101011 | 1100000 | 110100 |
Color Harmonies of #FAB90F
Complementary color
Monochromatic Colors of #FAB90F
Black with #FAB90F
Text Example
Text Example
White with #FAB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB90F; }
p { color: rgb(250,185,15); }
H1.HeaderClassName
{
color: #FAB90F;
}
.AnyTagClassName
{
color: #FAB90F;
}
</style>
background-color css
<style>
a { background-color: #FAB90F; }
a { background-color: rgb(250,185,15); }
div.DivClassName
{
background-color: #FAB90F;
}
.BgClassName
{
background-color: #FAB90F;
}
</style>
border-color css
<style>
span { border-color: #FAB90F; }
span { border-color: rgb(250,185,15); }
td.TdClassName
{
border-color: #FAB90F;
}
.TagClassName
{
border-color: #FAB90F;
}
</style>