Shades of Yellow #FAFF13
Tints of Yellow #FAFF13
RGB
CMYK
RGB Variations
Color information
#FAFF13 (or 0xFAFF13) is known color: Yellow. HEX triplet: FA, FF and 13. RGB value is (250,255,19). Sum of RGB (Red+Green+Blue) = 250+255+19=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 19 (7.81% from 255 or 3.63% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFF13 is #0500EC. Grayscale: #E3E3E3. Windows color (decimal): -327917 or 1310714. OLE color: 1310714.
HSL color Cylindrical-coordinate representation of color #FAFF13: hue angle of 61.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAFF13 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 19 | - |
| CMYK | 0.02 | 0 | 0.93 | 0 |
| HSL | 61.27º | 1% | 0.54% | - |
| HSV(B) | 61.27º | 0.93% | 1% | - |
| XYZ | 75.3 | 91.89 | 14.38 | - |
| YUV | 226.6 | 10.84 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 19 | 0.02 | 0 | 0.93 | 0 | 61.27 | 1 | 0.54 |
| Hex | FA | FF | 13 | 2 | 0 | 5D | 0 | 3D | 64 | 36 |
| Octal | 372 | 377 | 23 | 2 | 0 | 135 | 0 | 75 | 144 | 66 |
| Binary | 11111010 | 11111111 | 10011 | 10 | 0 | 1011101 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FAFF13
Complementary color
Monochromatic Colors of #FAFF13
Black with #FAFF13
Text Example
Text Example
White with #FAFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF13; }
p { color: rgb(250,255,19); }
H1.HeaderClassName
{
color: #FAFF13;
}
.AnyTagClassName
{
color: #FAFF13;
}
</style>
background-color css
<style>
a { background-color: #FAFF13; }
a { background-color: rgb(250,255,19); }
div.DivClassName
{
background-color: #FAFF13;
}
.BgClassName
{
background-color: #FAFF13;
}
</style>
border-color css
<style>
span { border-color: #FAFF13; }
span { border-color: rgb(250,255,19); }
td.TdClassName
{
border-color: #FAFF13;
}
.TagClassName
{
border-color: #FAFF13;
}
</style>