Shades of Yellow #FAFA10
Tints of Yellow #FAFA10
RGB
CMYK
RGB Variations
Color information
#FAFA10 (or 0xFAFA10) is known color: Yellow. HEX triplet: FA, FA and 10. RGB value is (250,250,16). Sum of RGB (Red+Green+Blue) = 250+250+16=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 16 (6.64% from 255 or 3.10% from 516); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFA10 is #0505EF. Grayscale: #E0E0E0. Windows color (decimal): -329200 or 1112826. OLE color: 1112826.
HSL color Cylindrical-coordinate representation of color #FAFA10: 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.94%. Process color model (Four color, CMYK) of #FAFA10 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 16 | - |
| CMYK | 0 | 0 | 0.94 | 0.02 |
| HSL | 60º | 0.96% | 0.52% | - |
| HSV(B) | 60º | 0.94% | 0.98% | - |
| XYZ | 73.7 | 88.73 | 13.73 | - |
| YUV | 223.32 | 11 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 16 | 0 | 0 | 0.94 | 0.02 | 60 | 0.96 | 0.52 |
| Hex | FA | FA | 10 | 0 | 0 | 5E | 2 | 3C | 60 | 34 |
| Octal | 372 | 372 | 20 | 0 | 0 | 136 | 2 | 74 | 140 | 64 |
| Binary | 11111010 | 11111010 | 10000 | 0 | 0 | 1011110 | 10 | 111100 | 1100000 | 110100 |
Color Harmonies of #FAFA10
Complementary color
Monochromatic Colors of #FAFA10
Black with #FAFA10
Text Example
Text Example
White with #FAFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA10; }
p { color: rgb(250,250,16); }
H1.HeaderClassName
{
color: #FAFA10;
}
.AnyTagClassName
{
color: #FAFA10;
}
</style>
background-color css
<style>
a { background-color: #FAFA10; }
a { background-color: rgb(250,250,16); }
div.DivClassName
{
background-color: #FAFA10;
}
.BgClassName
{
background-color: #FAFA10;
}
</style>
border-color css
<style>
span { border-color: #FAFA10; }
span { border-color: rgb(250,250,16); }
td.TdClassName
{
border-color: #FAFA10;
}
.TagClassName
{
border-color: #FAFA10;
}
</style>