Shades of Yellow #FAFE17
Tints of Yellow #FAFE17
RGB
CMYK
RGB Variations
Color information
#FAFE17 (or 0xFAFE17) is known color: Yellow. HEX triplet: FA, FE and 17. RGB value is (250,254,23). Sum of RGB (Red+Green+Blue) = 250+254+23=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 23 (9.38% from 255 or 4.36% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE17 is #0501E8. Grayscale: #E3E3E3. Windows color (decimal): -328169 or 1572602. OLE color: 1572602.
HSL color Cylindrical-coordinate representation of color #FAFE17: hue angle of 61.04º 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 #FAFE17 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 23 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.00 |
| HSL | 61.04º | 0.99% | 0.54% | - |
| HSV(B) | 61.04º | 0.91% | 1% | - |
| XYZ | 75.02 | 91.27 | 14.47 | - |
| YUV | 226.47 | 13.17 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 23 | 0.02 | 0 | 0.91 | 0.00 | 61.04 | 0.99 | 0.54 |
| Hex | FA | FE | 17 | 2 | 0 | 5B | 0 | 3D | 63 | 36 |
| Octal | 372 | 376 | 27 | 2 | 0 | 133 | 0 | 75 | 143 | 66 |
| Binary | 11111010 | 11111110 | 10111 | 10 | 0 | 1011011 | 0 | 111101 | 1100011 | 110110 |
Color Harmonies of #FAFE17
Complementary color
Monochromatic Colors of #FAFE17
Black with #FAFE17
Text Example
Text Example
White with #FAFE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE17; }
p { color: rgb(250,254,23); }
H1.HeaderClassName
{
color: #FAFE17;
}
.AnyTagClassName
{
color: #FAFE17;
}
</style>
background-color css
<style>
a { background-color: #FAFE17; }
a { background-color: rgb(250,254,23); }
div.DivClassName
{
background-color: #FAFE17;
}
.BgClassName
{
background-color: #FAFE17;
}
</style>
border-color css
<style>
span { border-color: #FAFE17; }
span { border-color: rgb(250,254,23); }
td.TdClassName
{
border-color: #FAFE17;
}
.TagClassName
{
border-color: #FAFE17;
}
</style>