Shades of Yellow #FAFE10
Tints of Yellow #FAFE10
RGB
CMYK
RGB Variations
Color information
#FAFE10 (or 0xFAFE10) is known color: Yellow. HEX triplet: FA, FE and 10. RGB value is (250,254,16). Sum of RGB (Red+Green+Blue) = 250+254+16=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 16 (6.64% from 255 or 3.08% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE10 is #0501EF. Grayscale: #E2E2E2. Windows color (decimal): -328176 or 1113850. OLE color: 1113850.
HSL color Cylindrical-coordinate representation of color #FAFE10: hue angle of 61.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAFE10 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 16 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.00 |
| HSL | 61.01º | 0.99% | 0.53% | - |
| HSV(B) | 61.01º | 0.94% | 1% | - |
| XYZ | 74.96 | 91.25 | 14.15 | - |
| YUV | 225.67 | 9.67 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 16 | 0.02 | 0 | 0.94 | 0.00 | 61.01 | 0.99 | 0.53 |
| Hex | FA | FE | 10 | 2 | 0 | 5E | 0 | 3D | 63 | 35 |
| Octal | 372 | 376 | 20 | 2 | 0 | 136 | 0 | 75 | 143 | 65 |
| Binary | 11111010 | 11111110 | 10000 | 10 | 0 | 1011110 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FAFE10
Complementary color
Monochromatic Colors of #FAFE10
Black with #FAFE10
Text Example
Text Example
White with #FAFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE10; }
p { color: rgb(250,254,16); }
H1.HeaderClassName
{
color: #FAFE10;
}
.AnyTagClassName
{
color: #FAFE10;
}
</style>
background-color css
<style>
a { background-color: #FAFE10; }
a { background-color: rgb(250,254,16); }
div.DivClassName
{
background-color: #FAFE10;
}
.BgClassName
{
background-color: #FAFE10;
}
</style>
border-color css
<style>
span { border-color: #FAFE10; }
span { border-color: rgb(250,254,16); }
td.TdClassName
{
border-color: #FAFE10;
}
.TagClassName
{
border-color: #FAFE10;
}
</style>