Shades of Selective Yellow #FAB502
Tints of Selective Yellow #FAB502
RGB
CMYK
RGB Variations
Color information
#FAB502 (or 0xFAB502) is known color: Selective Yellow. HEX triplet: FA, B5 and 02. RGB value is (250,181,2). Sum of RGB (Red+Green+Blue) = 250+181+2=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB502 is #054AFD. Grayscale: #B6B6B6. Windows color (decimal): -346878 or 177658. OLE color: 177658.
HSL color Cylindrical-coordinate representation of color #FAB502: hue angle of 43.31º 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 #FAB502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.02 |
| HSL | 43.31º | 0.98% | 0.49% | - |
| HSV(B) | 43.31º | 0.99% | 0.98% | - |
| XYZ | 55.96 | 53.38 | 7.41 | - |
| YUV | 181.23 | 26.86 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 2 | 0 | 0.28 | 0.99 | 0.02 | 43.31 | 0.98 | 0.49 |
| Hex | FA | B5 | 2 | 0 | 1C | 63 | 2 | 2B | 62 | 31 |
| Octal | 372 | 265 | 2 | 0 | 34 | 143 | 2 | 53 | 142 | 61 |
| Binary | 11111010 | 10110101 | 10 | 0 | 11100 | 1100011 | 10 | 101011 | 1100010 | 110001 |
Color Harmonies of #FAB502
Complementary color
Monochromatic Colors of #FAB502
Black with #FAB502
Text Example
Text Example
White with #FAB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB502; }
p { color: rgb(250,181,2); }
H1.HeaderClassName
{
color: #FAB502;
}
.AnyTagClassName
{
color: #FAB502;
}
</style>
background-color css
<style>
a { background-color: #FAB502; }
a { background-color: rgb(250,181,2); }
div.DivClassName
{
background-color: #FAB502;
}
.BgClassName
{
background-color: #FAB502;
}
</style>
border-color css
<style>
span { border-color: #FAB502; }
span { border-color: rgb(250,181,2); }
td.TdClassName
{
border-color: #FAB502;
}
.TagClassName
{
border-color: #FAB502;
}
</style>