Shades of Yellow #FAFE16
Tints of Yellow #FAFE16
RGB
CMYK
RGB Variations
Color information
#FAFE16 (or 0xFAFE16) is known color: Yellow. HEX triplet: FA, FE and 16. RGB value is (250,254,22). Sum of RGB (Red+Green+Blue) = 250+254+22=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 22 (8.98% from 255 or 4.18% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE16 is #0501E9. Grayscale: #E3E3E3. Windows color (decimal): -328170 or 1507066. OLE color: 1507066.
HSL color Cylindrical-coordinate representation of color #FAFE16: hue angle of 61.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAFE16 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.00 |
| HSL | 61.03º | 0.99% | 0.54% | - |
| HSV(B) | 61.03º | 0.91% | 1% | - |
| XYZ | 75.01 | 91.27 | 14.42 | - |
| YUV | 226.36 | 12.67 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 22 | 0.02 | 0 | 0.91 | 0.00 | 61.03 | 0.99 | 0.54 |
| Hex | FA | FE | 16 | 2 | 0 | 5B | 0 | 3D | 63 | 36 |
| Octal | 372 | 376 | 26 | 2 | 0 | 133 | 0 | 75 | 143 | 66 |
| Binary | 11111010 | 11111110 | 10110 | 10 | 0 | 1011011 | 0 | 111101 | 1100011 | 110110 |
Color Harmonies of #FAFE16
Complementary color
Monochromatic Colors of #FAFE16
Black with #FAFE16
Text Example
Text Example
White with #FAFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE16; }
p { color: rgb(250,254,22); }
H1.HeaderClassName
{
color: #FAFE16;
}
.AnyTagClassName
{
color: #FAFE16;
}
</style>
background-color css
<style>
a { background-color: #FAFE16; }
a { background-color: rgb(250,254,22); }
div.DivClassName
{
background-color: #FAFE16;
}
.BgClassName
{
background-color: #FAFE16;
}
</style>
border-color css
<style>
span { border-color: #FAFE16; }
span { border-color: rgb(250,254,22); }
td.TdClassName
{
border-color: #FAFE16;
}
.TagClassName
{
border-color: #FAFE16;
}
</style>