Shades of Selective Yellow #FAB50A
Tints of Selective Yellow #FAB50A
RGB
CMYK
RGB Variations
Color information
#FAB50A (or 0xFAB50A) is known color: Selective Yellow. HEX triplet: FA, B5 and 0A. RGB value is (250,181,10). Sum of RGB (Red+Green+Blue) = 250+181+10=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB50A is #054AF5. Grayscale: #B6B6B6. Windows color (decimal): -346870 or 701946. OLE color: 701946.
HSL color Cylindrical-coordinate representation of color #FAB50A: hue angle of 42.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAB50A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.02 |
| HSL | 42.75º | 0.96% | 0.51% | - |
| HSV(B) | 42.75º | 0.96% | 0.98% | - |
| XYZ | 56 | 53.39 | 7.64 | - |
| YUV | 182.14 | 30.86 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 10 | 0 | 0.28 | 0.96 | 0.02 | 42.75 | 0.96 | 0.51 |
| Hex | FA | B5 | A | 0 | 1C | 60 | 2 | 2B | 60 | 33 |
| Octal | 372 | 265 | 12 | 0 | 34 | 140 | 2 | 53 | 140 | 63 |
| Binary | 11111010 | 10110101 | 1010 | 0 | 11100 | 1100000 | 10 | 101011 | 1100000 | 110011 |
Color Harmonies of #FAB50A
Complementary color
Monochromatic Colors of #FAB50A
Black with #FAB50A
Text Example
Text Example
White with #FAB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB50A; }
p { color: rgb(250,181,10); }
H1.HeaderClassName
{
color: #FAB50A;
}
.AnyTagClassName
{
color: #FAB50A;
}
</style>
background-color css
<style>
a { background-color: #FAB50A; }
a { background-color: rgb(250,181,10); }
div.DivClassName
{
background-color: #FAB50A;
}
.BgClassName
{
background-color: #FAB50A;
}
</style>
border-color css
<style>
span { border-color: #FAB50A; }
span { border-color: rgb(250,181,10); }
td.TdClassName
{
border-color: #FAB50A;
}
.TagClassName
{
border-color: #FAB50A;
}
</style>