Shades of Selective Yellow #FABB04
Tints of Selective Yellow #FABB04
RGB
CMYK
RGB Variations
Color information
#FABB04 (or 0xFABB04) is known color: Selective Yellow. HEX triplet: FA, BB and 04. RGB value is (250,187,4). Sum of RGB (Red+Green+Blue) = 250+187+4=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB04 is #0544FB. Grayscale: #B9B9B9. Windows color (decimal): -345340 or 310266. OLE color: 310266.
HSL color Cylindrical-coordinate representation of color #FABB04: hue angle of 44.63º 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 #FABB04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.02 |
| HSL | 44.63º | 0.97% | 0.5% | - |
| HSV(B) | 44.63º | 0.98% | 0.98% | - |
| XYZ | 57.22 | 55.87 | 7.88 | - |
| YUV | 184.98 | 25.87 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 4 | 0 | 0.25 | 0.98 | 0.02 | 44.63 | 0.97 | 0.5 |
| Hex | FA | BB | 4 | 0 | 19 | 62 | 2 | 2D | 61 | 32 |
| Octal | 372 | 273 | 4 | 0 | 31 | 142 | 2 | 55 | 141 | 62 |
| Binary | 11111010 | 10111011 | 100 | 0 | 11001 | 1100010 | 10 | 101101 | 1100001 | 110010 |
Color Harmonies of #FABB04
Complementary color
Monochromatic Colors of #FABB04
Black with #FABB04
Text Example
Text Example
White with #FABB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB04; }
p { color: rgb(250,187,4); }
H1.HeaderClassName
{
color: #FABB04;
}
.AnyTagClassName
{
color: #FABB04;
}
</style>
background-color css
<style>
a { background-color: #FABB04; }
a { background-color: rgb(250,187,4); }
div.DivClassName
{
background-color: #FABB04;
}
.BgClassName
{
background-color: #FABB04;
}
</style>
border-color css
<style>
span { border-color: #FABB04; }
span { border-color: rgb(250,187,4); }
td.TdClassName
{
border-color: #FABB04;
}
.TagClassName
{
border-color: #FABB04;
}
</style>