Shades of Selective Yellow #FAB008
Tints of Selective Yellow #FAB008
RGB
CMYK
RGB Variations
Color information
#FAB008 (or 0xFAB008) is known color: Selective Yellow. HEX triplet: FA, B0 and 08. RGB value is (250,176,8). Sum of RGB (Red+Green+Blue) = 250+176+8=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB008 is #054FF7. Grayscale: #B3B3B3. Windows color (decimal): -348152 or 569594. OLE color: 569594.
HSL color Cylindrical-coordinate representation of color #FAB008: hue angle of 41.65º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAB008 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.02 |
| HSL | 41.65º | 0.96% | 0.51% | - |
| HSV(B) | 41.65º | 0.97% | 0.98% | - |
| XYZ | 54.99 | 51.39 | 7.25 | - |
| YUV | 178.97 | 31.52 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 8 | 0 | 0.30 | 0.97 | 0.02 | 41.65 | 0.96 | 0.51 |
| Hex | FA | B0 | 8 | 0 | 1E | 61 | 2 | 2A | 60 | 33 |
| Octal | 372 | 260 | 10 | 0 | 36 | 141 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110000 | 1000 | 0 | 11110 | 1100001 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB008
Complementary color
Monochromatic Colors of #FAB008
Black with #FAB008
Text Example
Text Example
White with #FAB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB008; }
p { color: rgb(250,176,8); }
H1.HeaderClassName
{
color: #FAB008;
}
.AnyTagClassName
{
color: #FAB008;
}
</style>
background-color css
<style>
a { background-color: #FAB008; }
a { background-color: rgb(250,176,8); }
div.DivClassName
{
background-color: #FAB008;
}
.BgClassName
{
background-color: #FAB008;
}
</style>
border-color css
<style>
span { border-color: #FAB008; }
span { border-color: rgb(250,176,8); }
td.TdClassName
{
border-color: #FAB008;
}
.TagClassName
{
border-color: #FAB008;
}
</style>