Shades of Selective Yellow #FABB0C
Tints of Selective Yellow #FABB0C
RGB
CMYK
RGB Variations
Color information
#FABB0C (or 0xFABB0C) is known color: Selective Yellow. HEX triplet: FA, BB and 0C. RGB value is (250,187,12). Sum of RGB (Red+Green+Blue) = 250+187+12=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB0C is #0544F3. Grayscale: #BABABA. Windows color (decimal): -345332 or 834554. OLE color: 834554.
HSL color Cylindrical-coordinate representation of color #FABB0C: hue angle of 44.12º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FABB0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.12º | 0.96% | 0.51% | - |
| HSV(B) | 44.12º | 0.95% | 0.98% | - |
| XYZ | 57.26 | 55.89 | 8.12 | - |
| YUV | 185.89 | 29.87 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 12 | 0 | 0.25 | 0.95 | 0.02 | 44.12 | 0.96 | 0.51 |
| Hex | FA | BB | C | 0 | 19 | 5F | 2 | 2C | 60 | 33 |
| Octal | 372 | 273 | 14 | 0 | 31 | 137 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111011 | 1100 | 0 | 11001 | 1011111 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FABB0C
Complementary color
Monochromatic Colors of #FABB0C
Black with #FABB0C
Text Example
Text Example
White with #FABB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB0C; }
p { color: rgb(250,187,12); }
H1.HeaderClassName
{
color: #FABB0C;
}
.AnyTagClassName
{
color: #FABB0C;
}
</style>
background-color css
<style>
a { background-color: #FABB0C; }
a { background-color: rgb(250,187,12); }
div.DivClassName
{
background-color: #FABB0C;
}
.BgClassName
{
background-color: #FABB0C;
}
</style>
border-color css
<style>
span { border-color: #FABB0C; }
span { border-color: rgb(250,187,12); }
td.TdClassName
{
border-color: #FABB0C;
}
.TagClassName
{
border-color: #FABB0C;
}
</style>