Shades of Yellow #FAFF19
Tints of Yellow #FAFF19
RGB
CMYK
RGB Variations
Color information
#FAFF19 (or 0xFAFF19) is known color: Yellow. HEX triplet: FA, FF and 19. RGB value is (250,255,25). Sum of RGB (Red+Green+Blue) = 250+255+25=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 25 (10.16% from 255 or 4.72% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF19 is #0500E6. Grayscale: #E4E4E4. Windows color (decimal): -327911 or 1703930. OLE color: 1703930.
HSL color Cylindrical-coordinate representation of color #FAFF19: hue angle of 61.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAFF19 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 25 | - |
| CMYK | 0.02 | 0 | 0.90 | 0 |
| HSL | 61.3º | 1% | 0.55% | - |
| HSV(B) | 61.3º | 0.9% | 1% | - |
| XYZ | 75.36 | 91.91 | 14.69 | - |
| YUV | 227.29 | 13.84 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 25 | 0.02 | 0 | 0.90 | 0 | 61.3 | 1 | 0.55 |
| Hex | FA | FF | 19 | 2 | 0 | 5A | 0 | 3D | 64 | 37 |
| Octal | 372 | 377 | 31 | 2 | 0 | 132 | 0 | 75 | 144 | 67 |
| Binary | 11111010 | 11111111 | 11001 | 10 | 0 | 1011010 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FAFF19
Complementary color
Monochromatic Colors of #FAFF19
Black with #FAFF19
Text Example
Text Example
White with #FAFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF19; }
p { color: rgb(250,255,25); }
H1.HeaderClassName
{
color: #FAFF19;
}
.AnyTagClassName
{
color: #FAFF19;
}
</style>
background-color css
<style>
a { background-color: #FAFF19; }
a { background-color: rgb(250,255,25); }
div.DivClassName
{
background-color: #FAFF19;
}
.BgClassName
{
background-color: #FAFF19;
}
</style>
border-color css
<style>
span { border-color: #FAFF19; }
span { border-color: rgb(250,255,25); }
td.TdClassName
{
border-color: #FAFF19;
}
.TagClassName
{
border-color: #FAFF19;
}
</style>