Shades of Selective Yellow #FAB002
Tints of Selective Yellow #FAB002
RGB
CMYK
RGB Variations
Color information
#FAB002 (or 0xFAB002) is known color: Selective Yellow. HEX triplet: FA, B0 and 02. RGB value is (250,176,2). Sum of RGB (Red+Green+Blue) = 250+176+2=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB002 is #054FFD. Grayscale: #B3B3B3. Windows color (decimal): -348158 or 176378. OLE color: 176378.
HSL color Cylindrical-coordinate representation of color #FAB002: hue angle of 42.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAB002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.02 |
| HSL | 42.1º | 0.98% | 0.49% | - |
| HSV(B) | 42.1º | 0.99% | 0.98% | - |
| XYZ | 54.96 | 51.38 | 7.08 | - |
| YUV | 178.29 | 28.52 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 2 | 0 | 0.30 | 0.99 | 0.02 | 42.1 | 0.98 | 0.49 |
| Hex | FA | B0 | 2 | 0 | 1E | 63 | 2 | 2A | 62 | 31 |
| Octal | 372 | 260 | 2 | 0 | 36 | 143 | 2 | 52 | 142 | 61 |
| Binary | 11111010 | 10110000 | 10 | 0 | 11110 | 1100011 | 10 | 101010 | 1100010 | 110001 |
Color Harmonies of #FAB002
Complementary color
Monochromatic Colors of #FAB002
Black with #FAB002
Text Example
Text Example
White with #FAB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB002; }
p { color: rgb(250,176,2); }
H1.HeaderClassName
{
color: #FAB002;
}
.AnyTagClassName
{
color: #FAB002;
}
</style>
background-color css
<style>
a { background-color: #FAB002; }
a { background-color: rgb(250,176,2); }
div.DivClassName
{
background-color: #FAB002;
}
.BgClassName
{
background-color: #FAB002;
}
</style>
border-color css
<style>
span { border-color: #FAB002; }
span { border-color: rgb(250,176,2); }
td.TdClassName
{
border-color: #FAB002;
}
.TagClassName
{
border-color: #FAB002;
}
</style>