Shades of Selective Yellow #FAB30A
Tints of Selective Yellow #FAB30A
RGB
CMYK
RGB Variations
Color information
#FAB30A (or 0xFAB30A) is known color: Selective Yellow. HEX triplet: FA, B3 and 0A. RGB value is (250,179,10). Sum of RGB (Red+Green+Blue) = 250+179+10=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30A is #054CF5. Grayscale: #B5B5B5. Windows color (decimal): -347382 or 701434. OLE color: 701434.
HSL color Cylindrical-coordinate representation of color #FAB30A: hue angle of 42.25º 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 #FAB30A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.02 |
| HSL | 42.25º | 0.96% | 0.51% | - |
| HSV(B) | 42.25º | 0.96% | 0.98% | - |
| XYZ | 55.6 | 52.59 | 7.51 | - |
| YUV | 180.96 | 31.52 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 10 | 0 | 0.28 | 0.96 | 0.02 | 42.25 | 0.96 | 0.51 |
| Hex | FA | B3 | A | 0 | 1C | 60 | 2 | 2A | 60 | 33 |
| Octal | 372 | 263 | 12 | 0 | 34 | 140 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110011 | 1010 | 0 | 11100 | 1100000 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB30A
Complementary color
Monochromatic Colors of #FAB30A
Black with #FAB30A
Text Example
Text Example
White with #FAB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB30A; }
p { color: rgb(250,179,10); }
H1.HeaderClassName
{
color: #FAB30A;
}
.AnyTagClassName
{
color: #FAB30A;
}
</style>
background-color css
<style>
a { background-color: #FAB30A; }
a { background-color: rgb(250,179,10); }
div.DivClassName
{
background-color: #FAB30A;
}
.BgClassName
{
background-color: #FAB30A;
}
</style>
border-color css
<style>
span { border-color: #FAB30A; }
span { border-color: rgb(250,179,10); }
td.TdClassName
{
border-color: #FAB30A;
}
.TagClassName
{
border-color: #FAB30A;
}
</style>