Shades of Selective Yellow #FAB206
Tints of Selective Yellow #FAB206
RGB
CMYK
RGB Variations
Color information
#FAB206 (or 0xFAB206) is known color: Selective Yellow. HEX triplet: FA, B2 and 06. RGB value is (250,178,6). Sum of RGB (Red+Green+Blue) = 250+178+6=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB206 is #054DF9. Grayscale: #B4B4B4. Windows color (decimal): -347642 or 439034. OLE color: 439034.
HSL color Cylindrical-coordinate representation of color #FAB206: hue angle of 42.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAB206 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 6 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.02 |
| HSL | 42.3º | 0.96% | 0.5% | - |
| HSV(B) | 42.3º | 0.98% | 0.98% | - |
| XYZ | 55.38 | 52.18 | 7.32 | - |
| YUV | 179.92 | 29.85 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 6 | 0 | 0.29 | 0.98 | 0.02 | 42.3 | 0.96 | 0.5 |
| Hex | FA | B2 | 6 | 0 | 1D | 62 | 2 | 2A | 60 | 32 |
| Octal | 372 | 262 | 6 | 0 | 35 | 142 | 2 | 52 | 140 | 62 |
| Binary | 11111010 | 10110010 | 110 | 0 | 11101 | 1100010 | 10 | 101010 | 1100000 | 110010 |
Color Harmonies of #FAB206
Complementary color
Monochromatic Colors of #FAB206
Black with #FAB206
Text Example
Text Example
White with #FAB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB206; }
p { color: rgb(250,178,6); }
H1.HeaderClassName
{
color: #FAB206;
}
.AnyTagClassName
{
color: #FAB206;
}
</style>
background-color css
<style>
a { background-color: #FAB206; }
a { background-color: rgb(250,178,6); }
div.DivClassName
{
background-color: #FAB206;
}
.BgClassName
{
background-color: #FAB206;
}
</style>
border-color css
<style>
span { border-color: #FAB206; }
span { border-color: rgb(250,178,6); }
td.TdClassName
{
border-color: #FAB206;
}
.TagClassName
{
border-color: #FAB206;
}
</style>