Shades of Selective Yellow #FAB70B
Tints of Selective Yellow #FAB70B
RGB
CMYK
RGB Variations
Color information
#FAB70B (or 0xFAB70B) is known color: Selective Yellow. HEX triplet: FA, B7 and 0B. RGB value is (250,183,11). Sum of RGB (Red+Green+Blue) = 250+183+11=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB70B is #0548F4. Grayscale: #B8B8B8. Windows color (decimal): -346357 or 767994. OLE color: 767994.
HSL color Cylindrical-coordinate representation of color #FAB70B: hue angle of 43.18º 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 #FAB70B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.02 |
| HSL | 43.18º | 0.96% | 0.51% | - |
| HSV(B) | 43.18º | 0.96% | 0.98% | - |
| XYZ | 56.42 | 54.22 | 7.81 | - |
| YUV | 183.43 | 30.7 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 11 | 0 | 0.27 | 0.96 | 0.02 | 43.18 | 0.96 | 0.51 |
| Hex | FA | B7 | B | 0 | 1B | 60 | 2 | 2B | 60 | 33 |
| Octal | 372 | 267 | 13 | 0 | 33 | 140 | 2 | 53 | 140 | 63 |
| Binary | 11111010 | 10110111 | 1011 | 0 | 11011 | 1100000 | 10 | 101011 | 1100000 | 110011 |
Color Harmonies of #FAB70B
Complementary color
Monochromatic Colors of #FAB70B
Black with #FAB70B
Text Example
Text Example
White with #FAB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB70B; }
p { color: rgb(250,183,11); }
H1.HeaderClassName
{
color: #FAB70B;
}
.AnyTagClassName
{
color: #FAB70B;
}
</style>
background-color css
<style>
a { background-color: #FAB70B; }
a { background-color: rgb(250,183,11); }
div.DivClassName
{
background-color: #FAB70B;
}
.BgClassName
{
background-color: #FAB70B;
}
</style>
border-color css
<style>
span { border-color: #FAB70B; }
span { border-color: rgb(250,183,11); }
td.TdClassName
{
border-color: #FAB70B;
}
.TagClassName
{
border-color: #FAB70B;
}
</style>