Shades of Selective Yellow #FAB703
Tints of Selective Yellow #FAB703
RGB
CMYK
RGB Variations
Color information
#FAB703 (or 0xFAB703) is known color: Selective Yellow. HEX triplet: FA, B7 and 03. RGB value is (250,183,3). Sum of RGB (Red+Green+Blue) = 250+183+3=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB703 is #0548FC. Grayscale: #B7B7B7. Windows color (decimal): -346365 or 243706. OLE color: 243706.
HSL color Cylindrical-coordinate representation of color #FAB703: hue angle of 43.72º 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 #FAB703 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.02 |
| HSL | 43.72º | 0.98% | 0.5% | - |
| HSV(B) | 43.72º | 0.99% | 0.98% | - |
| XYZ | 56.37 | 54.2 | 7.58 | - |
| YUV | 182.51 | 26.7 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 3 | 0 | 0.27 | 0.99 | 0.02 | 43.72 | 0.98 | 0.5 |
| Hex | FA | B7 | 3 | 0 | 1B | 63 | 2 | 2C | 62 | 32 |
| Octal | 372 | 267 | 3 | 0 | 33 | 143 | 2 | 54 | 142 | 62 |
| Binary | 11111010 | 10110111 | 11 | 0 | 11011 | 1100011 | 10 | 101100 | 1100010 | 110010 |
Color Harmonies of #FAB703
Complementary color
Monochromatic Colors of #FAB703
Black with #FAB703
Text Example
Text Example
White with #FAB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB703; }
p { color: rgb(250,183,3); }
H1.HeaderClassName
{
color: #FAB703;
}
.AnyTagClassName
{
color: #FAB703;
}
</style>
background-color css
<style>
a { background-color: #FAB703; }
a { background-color: rgb(250,183,3); }
div.DivClassName
{
background-color: #FAB703;
}
.BgClassName
{
background-color: #FAB703;
}
</style>
border-color css
<style>
span { border-color: #FAB703; }
span { border-color: rgb(250,183,3); }
td.TdClassName
{
border-color: #FAB703;
}
.TagClassName
{
border-color: #FAB703;
}
</style>