Shades of Yellow #FAFF11
Tints of Yellow #FAFF11
RGB
CMYK
RGB Variations
Color information
#FAFF11 (or 0xFAFF11) is known color: Yellow. HEX triplet: FA, FF and 11. RGB value is (250,255,17). Sum of RGB (Red+Green+Blue) = 250+255+17=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 17 (7.03% from 255 or 3.26% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF11 is #0500EE. Grayscale: #E3E3E3. Windows color (decimal): -327919 or 1179642. OLE color: 1179642.
HSL color Cylindrical-coordinate representation of color #FAFF11: hue angle of 61.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFF11 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 17 | - |
| CMYK | 0.02 | 0 | 0.93 | 0 |
| HSL | 61.26º | 1% | 0.53% | - |
| HSV(B) | 61.26º | 0.93% | 1% | - |
| XYZ | 75.29 | 91.88 | 14.3 | - |
| YUV | 226.37 | 9.84 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 17 | 0.02 | 0 | 0.93 | 0 | 61.26 | 1 | 0.53 |
| Hex | FA | FF | 11 | 2 | 0 | 5D | 0 | 3D | 64 | 35 |
| Octal | 372 | 377 | 21 | 2 | 0 | 135 | 0 | 75 | 144 | 65 |
| Binary | 11111010 | 11111111 | 10001 | 10 | 0 | 1011101 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FAFF11
Complementary color
Monochromatic Colors of #FAFF11
Black with #FAFF11
Text Example
Text Example
White with #FAFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF11; }
p { color: rgb(250,255,17); }
H1.HeaderClassName
{
color: #FAFF11;
}
.AnyTagClassName
{
color: #FAFF11;
}
</style>
background-color css
<style>
a { background-color: #FAFF11; }
a { background-color: rgb(250,255,17); }
div.DivClassName
{
background-color: #FAFF11;
}
.BgClassName
{
background-color: #FAFF11;
}
</style>
border-color css
<style>
span { border-color: #FAFF11; }
span { border-color: rgb(250,255,17); }
td.TdClassName
{
border-color: #FAFF11;
}
.TagClassName
{
border-color: #FAFF11;
}
</style>