Shades of Selective Yellow #FAB80A
Tints of Selective Yellow #FAB80A
RGB
CMYK
RGB Variations
Color information
#FAB80A (or 0xFAB80A) is known color: Selective Yellow. HEX triplet: FA, B8 and 0A. RGB value is (250,184,10). Sum of RGB (Red+Green+Blue) = 250+184+10=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB80A is #0547F5. Grayscale: #B8B8B8. Windows color (decimal): -346102 or 702714. OLE color: 702714.
HSL color Cylindrical-coordinate representation of color #FAB80A: hue angle of 43.5º 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 #FAB80A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.02 |
| HSL | 43.5º | 0.96% | 0.51% | - |
| HSV(B) | 43.5º | 0.96% | 0.98% | - |
| XYZ | 56.62 | 54.63 | 7.85 | - |
| YUV | 183.9 | 29.87 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 10 | 0 | 0.26 | 0.96 | 0.02 | 43.5 | 0.96 | 0.51 |
| Hex | FA | B8 | A | 0 | 1A | 60 | 2 | 2C | 60 | 33 |
| Octal | 372 | 270 | 12 | 0 | 32 | 140 | 2 | 54 | 140 | 63 |
| Binary | 11111010 | 10111000 | 1010 | 0 | 11010 | 1100000 | 10 | 101100 | 1100000 | 110011 |
Color Harmonies of #FAB80A
Complementary color
Monochromatic Colors of #FAB80A
Black with #FAB80A
Text Example
Text Example
White with #FAB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB80A; }
p { color: rgb(250,184,10); }
H1.HeaderClassName
{
color: #FAB80A;
}
.AnyTagClassName
{
color: #FAB80A;
}
</style>
background-color css
<style>
a { background-color: #FAB80A; }
a { background-color: rgb(250,184,10); }
div.DivClassName
{
background-color: #FAB80A;
}
.BgClassName
{
background-color: #FAB80A;
}
</style>
border-color css
<style>
span { border-color: #FAB80A; }
span { border-color: rgb(250,184,10); }
td.TdClassName
{
border-color: #FAB80A;
}
.TagClassName
{
border-color: #FAB80A;
}
</style>