Shades of Selective Yellow #FAB803
Tints of Selective Yellow #FAB803
RGB
CMYK
RGB Variations
Color information
#FAB803 (or 0xFAB803) is known color: Selective Yellow. HEX triplet: FA, B8 and 03. RGB value is (250,184,3). Sum of RGB (Red+Green+Blue) = 250+184+3=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB803 is #0547FC. Grayscale: #B7B7B7. Windows color (decimal): -346109 or 243962. OLE color: 243962.
HSL color Cylindrical-coordinate representation of color #FAB803: hue angle of 43.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAB803 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.02 |
| HSL | 43.97º | 0.98% | 0.5% | - |
| HSV(B) | 43.97º | 0.99% | 0.98% | - |
| XYZ | 56.58 | 54.61 | 7.65 | - |
| YUV | 183.1 | 26.37 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 3 | 0 | 0.26 | 0.99 | 0.02 | 43.97 | 0.98 | 0.5 |
| Hex | FA | B8 | 3 | 0 | 1A | 63 | 2 | 2C | 62 | 32 |
| Octal | 372 | 270 | 3 | 0 | 32 | 143 | 2 | 54 | 142 | 62 |
| Binary | 11111010 | 10111000 | 11 | 0 | 11010 | 1100011 | 10 | 101100 | 1100010 | 110010 |
Color Harmonies of #FAB803
Complementary color
Monochromatic Colors of #FAB803
Black with #FAB803
Text Example
Text Example
White with #FAB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB803; }
p { color: rgb(250,184,3); }
H1.HeaderClassName
{
color: #FAB803;
}
.AnyTagClassName
{
color: #FAB803;
}
</style>
background-color css
<style>
a { background-color: #FAB803; }
a { background-color: rgb(250,184,3); }
div.DivClassName
{
background-color: #FAB803;
}
.BgClassName
{
background-color: #FAB803;
}
</style>
border-color css
<style>
span { border-color: #FAB803; }
span { border-color: rgb(250,184,3); }
td.TdClassName
{
border-color: #FAB803;
}
.TagClassName
{
border-color: #FAB803;
}
</style>