Shades of Selective Yellow #FABC0C
Tints of Selective Yellow #FABC0C
RGB
CMYK
RGB Variations
Color information
#FABC0C (or 0xFABC0C) is known color: Selective Yellow. HEX triplet: FA, BC and 0C. RGB value is (250,188,12). Sum of RGB (Red+Green+Blue) = 250+188+12=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC0C is #0543F3. Grayscale: #BBBBBB. Windows color (decimal): -345076 or 834810. OLE color: 834810.
HSL color Cylindrical-coordinate representation of color #FABC0C: hue angle of 44.37º 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 #FABC0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.37º | 0.96% | 0.51% | - |
| HSV(B) | 44.37º | 0.95% | 0.98% | - |
| XYZ | 57.47 | 56.32 | 8.19 | - |
| YUV | 186.47 | 29.54 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 12 | 0 | 0.25 | 0.95 | 0.02 | 44.37 | 0.96 | 0.51 |
| Hex | FA | BC | C | 0 | 19 | 5F | 2 | 2C | 60 | 33 |
| Octal | 372 | 274 | 14 | 0 | 31 | 137 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111100 | 1100 | 0 | 11001 | 1011111 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FABC0C
Complementary color
Monochromatic Colors of #FABC0C
Black with #FABC0C
Text Example
Text Example
White with #FABC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC0C; }
p { color: rgb(250,188,12); }
H1.HeaderClassName
{
color: #FABC0C;
}
.AnyTagClassName
{
color: #FABC0C;
}
</style>
background-color css
<style>
a { background-color: #FABC0C; }
a { background-color: rgb(250,188,12); }
div.DivClassName
{
background-color: #FABC0C;
}
.BgClassName
{
background-color: #FABC0C;
}
</style>
border-color css
<style>
span { border-color: #FABC0C; }
span { border-color: rgb(250,188,12); }
td.TdClassName
{
border-color: #FABC0C;
}
.TagClassName
{
border-color: #FABC0C;
}
</style>