Shades of Selective Yellow #FAB308
Tints of Selective Yellow #FAB308
RGB
CMYK
RGB Variations
Color information
#FAB308 (or 0xFAB308) is known color: Selective Yellow. HEX triplet: FA, B3 and 08. RGB value is (250,179,8). Sum of RGB (Red+Green+Blue) = 250+179+8=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB308 is #054CF7. Grayscale: #B5B5B5. Windows color (decimal): -347384 or 570362. OLE color: 570362.
HSL color Cylindrical-coordinate representation of color #FAB308: hue angle of 42.4º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAB308 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.02 |
| HSL | 42.4º | 0.96% | 0.51% | - |
| HSV(B) | 42.4º | 0.97% | 0.98% | - |
| XYZ | 55.59 | 52.58 | 7.45 | - |
| YUV | 180.74 | 30.52 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 8 | 0 | 0.28 | 0.97 | 0.02 | 42.4 | 0.96 | 0.51 |
| Hex | FA | B3 | 8 | 0 | 1C | 61 | 2 | 2A | 60 | 33 |
| Octal | 372 | 263 | 10 | 0 | 34 | 141 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110011 | 1000 | 0 | 11100 | 1100001 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB308
Complementary color
Monochromatic Colors of #FAB308
Black with #FAB308
Text Example
Text Example
White with #FAB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB308; }
p { color: rgb(250,179,8); }
H1.HeaderClassName
{
color: #FAB308;
}
.AnyTagClassName
{
color: #FAB308;
}
</style>
background-color css
<style>
a { background-color: #FAB308; }
a { background-color: rgb(250,179,8); }
div.DivClassName
{
background-color: #FAB308;
}
.BgClassName
{
background-color: #FAB308;
}
</style>
border-color css
<style>
span { border-color: #FAB308; }
span { border-color: rgb(250,179,8); }
td.TdClassName
{
border-color: #FAB308;
}
.TagClassName
{
border-color: #FAB308;
}
</style>