Shades of Selective Yellow #FAB90D
Tints of Selective Yellow #FAB90D
RGB
CMYK
RGB Variations
Color information
#FAB90D (or 0xFAB90D) is known color: Selective Yellow. HEX triplet: FA, B9 and 0D. RGB value is (250,185,13). Sum of RGB (Red+Green+Blue) = 250+185+13=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB90D is #0546F2. Grayscale: #B9B9B9. Windows color (decimal): -345843 or 899578. OLE color: 899578.
HSL color Cylindrical-coordinate representation of color #FAB90D: hue angle of 43.54º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAB90D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.02 |
| HSL | 43.54º | 0.96% | 0.52% | - |
| HSV(B) | 43.54º | 0.95% | 0.98% | - |
| XYZ | 56.85 | 55.05 | 8.01 | - |
| YUV | 184.83 | 31.03 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 13 | 0 | 0.26 | 0.95 | 0.02 | 43.54 | 0.96 | 0.52 |
| Hex | FA | B9 | D | 0 | 1A | 5F | 2 | 2C | 60 | 34 |
| Octal | 372 | 271 | 15 | 0 | 32 | 137 | 2 | 54 | 140 | 64 |
| Binary | 11111010 | 10111001 | 1101 | 0 | 11010 | 1011111 | 10 | 101100 | 1100000 | 110100 |
Color Harmonies of #FAB90D
Complementary color
Monochromatic Colors of #FAB90D
Black with #FAB90D
Text Example
Text Example
White with #FAB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB90D; }
p { color: rgb(250,185,13); }
H1.HeaderClassName
{
color: #FAB90D;
}
.AnyTagClassName
{
color: #FAB90D;
}
</style>
background-color css
<style>
a { background-color: #FAB90D; }
a { background-color: rgb(250,185,13); }
div.DivClassName
{
background-color: #FAB90D;
}
.BgClassName
{
background-color: #FAB90D;
}
</style>
border-color css
<style>
span { border-color: #FAB90D; }
span { border-color: rgb(250,185,13); }
td.TdClassName
{
border-color: #FAB90D;
}
.TagClassName
{
border-color: #FAB90D;
}
</style>