Shades of Selective Yellow #FAB80B
Tints of Selective Yellow #FAB80B
RGB
CMYK
RGB Variations
Color information
#FAB80B (or 0xFAB80B) is known color: Selective Yellow. HEX triplet: FA, B8 and 0B. RGB value is (250,184,11). Sum of RGB (Red+Green+Blue) = 250+184+11=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB80B is #0547F4. Grayscale: #B8B8B8. Windows color (decimal): -346101 or 768250. OLE color: 768250.
HSL color Cylindrical-coordinate representation of color #FAB80B: hue angle of 43.43º 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 #FAB80B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 11 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.02 |
| HSL | 43.43º | 0.96% | 0.51% | - |
| HSV(B) | 43.43º | 0.96% | 0.98% | - |
| XYZ | 56.63 | 54.63 | 7.88 | - |
| YUV | 184.01 | 30.37 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 11 | 0 | 0.26 | 0.96 | 0.02 | 43.43 | 0.96 | 0.51 |
| Hex | FA | B8 | B | 0 | 1A | 60 | 2 | 2B | 60 | 33 |
| Octal | 372 | 270 | 13 | 0 | 32 | 140 | 2 | 53 | 140 | 63 |
| Binary | 11111010 | 10111000 | 1011 | 0 | 11010 | 1100000 | 10 | 101011 | 1100000 | 110011 |
Color Harmonies of #FAB80B
Complementary color
Monochromatic Colors of #FAB80B
Black with #FAB80B
Text Example
Text Example
White with #FAB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB80B; }
p { color: rgb(250,184,11); }
H1.HeaderClassName
{
color: #FAB80B;
}
.AnyTagClassName
{
color: #FAB80B;
}
</style>
background-color css
<style>
a { background-color: #FAB80B; }
a { background-color: rgb(250,184,11); }
div.DivClassName
{
background-color: #FAB80B;
}
.BgClassName
{
background-color: #FAB80B;
}
</style>
border-color css
<style>
span { border-color: #FAB80B; }
span { border-color: rgb(250,184,11); }
td.TdClassName
{
border-color: #FAB80B;
}
.TagClassName
{
border-color: #FAB80B;
}
</style>