Shades of Selective Yellow #FAB305
Tints of Selective Yellow #FAB305
RGB
CMYK
RGB Variations
Color information
#FAB305 (or 0xFAB305) is known color: Selective Yellow. HEX triplet: FA, B3 and 05. RGB value is (250,179,5). Sum of RGB (Red+Green+Blue) = 250+179+5=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB305 is #054CFA. Grayscale: #B5B5B5. Windows color (decimal): -347387 or 373754. OLE color: 373754.
HSL color Cylindrical-coordinate representation of color #FAB305: hue angle of 42.61º 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 #FAB305 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.02 |
| HSL | 42.61º | 0.96% | 0.5% | - |
| HSV(B) | 42.61º | 0.98% | 0.98% | - |
| XYZ | 55.57 | 52.58 | 7.36 | - |
| YUV | 180.39 | 29.02 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 5 | 0 | 0.28 | 0.98 | 0.02 | 42.61 | 0.96 | 0.5 |
| Hex | FA | B3 | 5 | 0 | 1C | 62 | 2 | 2B | 60 | 32 |
| Octal | 372 | 263 | 5 | 0 | 34 | 142 | 2 | 53 | 140 | 62 |
| Binary | 11111010 | 10110011 | 101 | 0 | 11100 | 1100010 | 10 | 101011 | 1100000 | 110010 |
Color Harmonies of #FAB305
Complementary color
Monochromatic Colors of #FAB305
Black with #FAB305
Text Example
Text Example
White with #FAB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB305; }
p { color: rgb(250,179,5); }
H1.HeaderClassName
{
color: #FAB305;
}
.AnyTagClassName
{
color: #FAB305;
}
</style>
background-color css
<style>
a { background-color: #FAB305; }
a { background-color: rgb(250,179,5); }
div.DivClassName
{
background-color: #FAB305;
}
.BgClassName
{
background-color: #FAB305;
}
</style>
border-color css
<style>
span { border-color: #FAB305; }
span { border-color: rgb(250,179,5); }
td.TdClassName
{
border-color: #FAB305;
}
.TagClassName
{
border-color: #FAB305;
}
</style>