Shades of Yellow #FAFA11
Tints of Yellow #FAFA11
RGB
CMYK
RGB Variations
Color information
#FAFA11 (or 0xFAFA11) is known color: Yellow. HEX triplet: FA, FA and 11. RGB value is (250,250,17). Sum of RGB (Red+Green+Blue) = 250+250+17=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 17 (7.03% from 255 or 3.29% from 517); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA11 is #0505EE. Grayscale: #E0E0E0. Windows color (decimal): -329199 or 1178362. OLE color: 1178362.
HSL color Cylindrical-coordinate representation of color #FAFA11: hue angle of 60º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFA11 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 17 | - |
| CMYK | 0 | 0 | 0.93 | 0.02 |
| HSL | 60º | 0.96% | 0.52% | - |
| HSV(B) | 60º | 0.93% | 0.98% | - |
| XYZ | 73.71 | 88.74 | 13.77 | - |
| YUV | 223.44 | 11.5 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 17 | 0 | 0 | 0.93 | 0.02 | 60 | 0.96 | 0.52 |
| Hex | FA | FA | 11 | 0 | 0 | 5D | 2 | 3C | 60 | 34 |
| Octal | 372 | 372 | 21 | 0 | 0 | 135 | 2 | 74 | 140 | 64 |
| Binary | 11111010 | 11111010 | 10001 | 0 | 0 | 1011101 | 10 | 111100 | 1100000 | 110100 |
Color Harmonies of #FAFA11
Complementary color
Monochromatic Colors of #FAFA11
Black with #FAFA11
Text Example
Text Example
White with #FAFA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA11; }
p { color: rgb(250,250,17); }
H1.HeaderClassName
{
color: #FAFA11;
}
.AnyTagClassName
{
color: #FAFA11;
}
</style>
background-color css
<style>
a { background-color: #FAFA11; }
a { background-color: rgb(250,250,17); }
div.DivClassName
{
background-color: #FAFA11;
}
.BgClassName
{
background-color: #FAFA11;
}
</style>
border-color css
<style>
span { border-color: #FAFA11; }
span { border-color: rgb(250,250,17); }
td.TdClassName
{
border-color: #FAFA11;
}
.TagClassName
{
border-color: #FAFA11;
}
</style>