Shades of Yellow #FAFB11
Tints of Yellow #FAFB11
RGB
CMYK
RGB Variations
Color information
#FAFB11 (or 0xFAFB11) is known color: Yellow. HEX triplet: FA, FB and 11. RGB value is (250,251,17). Sum of RGB (Red+Green+Blue) = 250+251+17=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 17 (7.03% from 255 or 3.28% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFB11 is #0504EE. Grayscale: #E0E0E0. Windows color (decimal): -328943 or 1178618. OLE color: 1178618.
HSL color Cylindrical-coordinate representation of color #FAFB11: hue angle of 60.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFB11 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 17 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.02 |
| HSL | 60.26º | 0.97% | 0.53% | - |
| HSV(B) | 60.26º | 0.93% | 0.98% | - |
| XYZ | 74.02 | 89.36 | 13.88 | - |
| YUV | 224.03 | 11.17 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 17 | 0.00 | 0 | 0.93 | 0.02 | 60.26 | 0.97 | 0.53 |
| Hex | FA | FB | 11 | 0 | 0 | 5D | 2 | 3C | 61 | 35 |
| Octal | 372 | 373 | 21 | 0 | 0 | 135 | 2 | 74 | 141 | 65 |
| Binary | 11111010 | 11111011 | 10001 | 0 | 0 | 1011101 | 10 | 111100 | 1100001 | 110101 |
Color Harmonies of #FAFB11
Complementary color
Monochromatic Colors of #FAFB11
Black with #FAFB11
Text Example
Text Example
White with #FAFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB11; }
p { color: rgb(250,251,17); }
H1.HeaderClassName
{
color: #FAFB11;
}
.AnyTagClassName
{
color: #FAFB11;
}
</style>
background-color css
<style>
a { background-color: #FAFB11; }
a { background-color: rgb(250,251,17); }
div.DivClassName
{
background-color: #FAFB11;
}
.BgClassName
{
background-color: #FAFB11;
}
</style>
border-color css
<style>
span { border-color: #FAFB11; }
span { border-color: rgb(250,251,17); }
td.TdClassName
{
border-color: #FAFB11;
}
.TagClassName
{
border-color: #FAFB11;
}
</style>