Shades of Selective Yellow #FAB304
Tints of Selective Yellow #FAB304
RGB
CMYK
RGB Variations
Color information
#FAB304 (or 0xFAB304) is known color: Selective Yellow. HEX triplet: FA, B3 and 04. RGB value is (250,179,4). Sum of RGB (Red+Green+Blue) = 250+179+4=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB304 is #054CFB. Grayscale: #B5B5B5. Windows color (decimal): -347388 or 308218. OLE color: 308218.
HSL color Cylindrical-coordinate representation of color #FAB304: hue angle of 42.68º degrees, saturation: 0.97, 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 #FAB304 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 4 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.02 |
| HSL | 42.68º | 0.97% | 0.5% | - |
| HSV(B) | 42.68º | 0.98% | 0.98% | - |
| XYZ | 55.57 | 52.57 | 7.33 | - |
| YUV | 180.28 | 28.52 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 4 | 0 | 0.28 | 0.98 | 0.02 | 42.68 | 0.97 | 0.5 |
| Hex | FA | B3 | 4 | 0 | 1C | 62 | 2 | 2B | 61 | 32 |
| Octal | 372 | 263 | 4 | 0 | 34 | 142 | 2 | 53 | 141 | 62 |
| Binary | 11111010 | 10110011 | 100 | 0 | 11100 | 1100010 | 10 | 101011 | 1100001 | 110010 |
Color Harmonies of #FAB304
Complementary color
Monochromatic Colors of #FAB304
Black with #FAB304
Text Example
Text Example
White with #FAB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB304; }
p { color: rgb(250,179,4); }
H1.HeaderClassName
{
color: #FAB304;
}
.AnyTagClassName
{
color: #FAB304;
}
</style>
background-color css
<style>
a { background-color: #FAB304; }
a { background-color: rgb(250,179,4); }
div.DivClassName
{
background-color: #FAB304;
}
.BgClassName
{
background-color: #FAB304;
}
</style>
border-color css
<style>
span { border-color: #FAB304; }
span { border-color: rgb(250,179,4); }
td.TdClassName
{
border-color: #FAB304;
}
.TagClassName
{
border-color: #FAB304;
}
</style>