Shades of Selective Yellow #FABC0D
Tints of Selective Yellow #FABC0D
RGB
CMYK
RGB Variations
Color information
#FABC0D (or 0xFABC0D) is known color: Selective Yellow. HEX triplet: FA, BC and 0D. RGB value is (250,188,13). Sum of RGB (Red+Green+Blue) = 250+188+13=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABC0D is #0543F2. Grayscale: #BBBBBB. Windows color (decimal): -345075 or 900346. OLE color: 900346.
HSL color Cylindrical-coordinate representation of color #FABC0D: hue angle of 44.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FABC0D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.3º | 0.96% | 0.52% | - |
| HSV(B) | 44.3º | 0.95% | 0.98% | - |
| XYZ | 57.48 | 56.32 | 8.22 | - |
| YUV | 186.59 | 30.04 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 13 | 0 | 0.25 | 0.95 | 0.02 | 44.3 | 0.96 | 0.52 |
| Hex | FA | BC | D | 0 | 19 | 5F | 2 | 2C | 60 | 34 |
| Octal | 372 | 274 | 15 | 0 | 31 | 137 | 2 | 54 | 140 | 64 |
| Binary | 11111010 | 10111100 | 1101 | 0 | 11001 | 1011111 | 10 | 101100 | 1100000 | 110100 |
Color Harmonies of #FABC0D
Complementary color
Monochromatic Colors of #FABC0D
Black with #FABC0D
Text Example
Text Example
White with #FABC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC0D; }
p { color: rgb(250,188,13); }
H1.HeaderClassName
{
color: #FABC0D;
}
.AnyTagClassName
{
color: #FABC0D;
}
</style>
background-color css
<style>
a { background-color: #FABC0D; }
a { background-color: rgb(250,188,13); }
div.DivClassName
{
background-color: #FABC0D;
}
.BgClassName
{
background-color: #FABC0D;
}
</style>
border-color css
<style>
span { border-color: #FABC0D; }
span { border-color: rgb(250,188,13); }
td.TdClassName
{
border-color: #FABC0D;
}
.TagClassName
{
border-color: #FABC0D;
}
</style>