Shades of Yellow #FAFD11
Tints of Yellow #FAFD11
RGB
CMYK
RGB Variations
Color information
#FAFD11 (or 0xFAFD11) is known color: Yellow. HEX triplet: FA, FD and 11. RGB value is (250,253,17). Sum of RGB (Red+Green+Blue) = 250+253+17=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 17 (7.03% from 255 or 3.27% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD11 is #0502EE. Grayscale: #E2E2E2. Windows color (decimal): -328431 or 1179130. OLE color: 1179130.
HSL color Cylindrical-coordinate representation of color #FAFD11: hue angle of 60.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFD11 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 17 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.01 |
| HSL | 60.76º | 0.98% | 0.53% | - |
| HSV(B) | 60.76º | 0.93% | 0.99% | - |
| XYZ | 74.65 | 90.62 | 14.09 | - |
| YUV | 225.2 | 10.51 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 17 | 0.01 | 0 | 0.93 | 0.01 | 60.76 | 0.98 | 0.53 |
| Hex | FA | FD | 11 | 1 | 0 | 5D | 1 | 3D | 62 | 35 |
| Octal | 372 | 375 | 21 | 1 | 0 | 135 | 1 | 75 | 142 | 65 |
| Binary | 11111010 | 11111101 | 10001 | 1 | 0 | 1011101 | 1 | 111101 | 1100010 | 110101 |
Color Harmonies of #FAFD11
Complementary color
Monochromatic Colors of #FAFD11
Black with #FAFD11
Text Example
Text Example
White with #FAFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD11; }
p { color: rgb(250,253,17); }
H1.HeaderClassName
{
color: #FAFD11;
}
.AnyTagClassName
{
color: #FAFD11;
}
</style>
background-color css
<style>
a { background-color: #FAFD11; }
a { background-color: rgb(250,253,17); }
div.DivClassName
{
background-color: #FAFD11;
}
.BgClassName
{
background-color: #FAFD11;
}
</style>
border-color css
<style>
span { border-color: #FAFD11; }
span { border-color: rgb(250,253,17); }
td.TdClassName
{
border-color: #FAFD11;
}
.TagClassName
{
border-color: #FAFD11;
}
</style>