Shades of Selective Yellow #FAB309
Tints of Selective Yellow #FAB309
RGB
CMYK
RGB Variations
Color information
#FAB309 (or 0xFAB309) is known color: Selective Yellow. HEX triplet: FA, B3 and 09. RGB value is (250,179,9). Sum of RGB (Red+Green+Blue) = 250+179+9=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB309 is #054CF6. Grayscale: #B5B5B5. Windows color (decimal): -347383 or 635898. OLE color: 635898.
HSL color Cylindrical-coordinate representation of color #FAB309: hue angle of 42.32º 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 #FAB309 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.02 |
| HSL | 42.32º | 0.96% | 0.51% | - |
| HSV(B) | 42.32º | 0.96% | 0.98% | - |
| XYZ | 55.59 | 52.58 | 7.48 | - |
| YUV | 180.85 | 31.02 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 9 | 0 | 0.28 | 0.96 | 0.02 | 42.32 | 0.96 | 0.51 |
| Hex | FA | B3 | 9 | 0 | 1C | 60 | 2 | 2A | 60 | 33 |
| Octal | 372 | 263 | 11 | 0 | 34 | 140 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110011 | 1001 | 0 | 11100 | 1100000 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB309
Complementary color
Monochromatic Colors of #FAB309
Black with #FAB309
Text Example
Text Example
White with #FAB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB309; }
p { color: rgb(250,179,9); }
H1.HeaderClassName
{
color: #FAB309;
}
.AnyTagClassName
{
color: #FAB309;
}
</style>
background-color css
<style>
a { background-color: #FAB309; }
a { background-color: rgb(250,179,9); }
div.DivClassName
{
background-color: #FAB309;
}
.BgClassName
{
background-color: #FAB309;
}
</style>
border-color css
<style>
span { border-color: #FAB309; }
span { border-color: rgb(250,179,9); }
td.TdClassName
{
border-color: #FAB309;
}
.TagClassName
{
border-color: #FAB309;
}
</style>