Shades of Selective Yellow #FAB40B
Tints of Selective Yellow #FAB40B
RGB
CMYK
RGB Variations
Color information
#FAB40B (or 0xFAB40B) is known color: Selective Yellow. HEX triplet: FA, B4 and 0B. RGB value is (250,180,11). Sum of RGB (Red+Green+Blue) = 250+180+11=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB40B is #054BF4. Grayscale: #B6B6B6. Windows color (decimal): -347125 or 767226. OLE color: 767226.
HSL color Cylindrical-coordinate representation of color #FAB40B: hue angle of 42.43º 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 #FAB40B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.02 |
| HSL | 42.43º | 0.96% | 0.51% | - |
| HSV(B) | 42.43º | 0.96% | 0.98% | - |
| XYZ | 55.81 | 52.99 | 7.6 | - |
| YUV | 181.66 | 31.69 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 11 | 0 | 0.28 | 0.96 | 0.02 | 42.43 | 0.96 | 0.51 |
| Hex | FA | B4 | B | 0 | 1C | 60 | 2 | 2A | 60 | 33 |
| Octal | 372 | 264 | 13 | 0 | 34 | 140 | 2 | 52 | 140 | 63 |
| Binary | 11111010 | 10110100 | 1011 | 0 | 11100 | 1100000 | 10 | 101010 | 1100000 | 110011 |
Color Harmonies of #FAB40B
Complementary color
Monochromatic Colors of #FAB40B
Black with #FAB40B
Text Example
Text Example
White with #FAB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB40B; }
p { color: rgb(250,180,11); }
H1.HeaderClassName
{
color: #FAB40B;
}
.AnyTagClassName
{
color: #FAB40B;
}
</style>
background-color css
<style>
a { background-color: #FAB40B; }
a { background-color: rgb(250,180,11); }
div.DivClassName
{
background-color: #FAB40B;
}
.BgClassName
{
background-color: #FAB40B;
}
</style>
border-color css
<style>
span { border-color: #FAB40B; }
span { border-color: rgb(250,180,11); }
td.TdClassName
{
border-color: #FAB40B;
}
.TagClassName
{
border-color: #FAB40B;
}
</style>