Shades of Yellow #FAFD15
Tints of Yellow #FAFD15
RGB
CMYK
RGB Variations
Color information
#FAFD15 (or 0xFAFD15) is known color: Yellow. HEX triplet: FA, FD and 15. RGB value is (250,253,21). Sum of RGB (Red+Green+Blue) = 250+253+21=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 21 (8.59% from 255 or 4.01% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD15 is #0502EA. Grayscale: #E2E2E2. Windows color (decimal): -328427 or 1441274. OLE color: 1441274.
HSL color Cylindrical-coordinate representation of color #FAFD15: hue angle of 60.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAFD15 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 21 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.01 |
| HSL | 60.78º | 0.98% | 0.54% | - |
| HSV(B) | 60.78º | 0.92% | 0.99% | - |
| XYZ | 74.68 | 90.63 | 14.27 | - |
| YUV | 225.66 | 12.51 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 21 | 0.01 | 0 | 0.92 | 0.01 | 60.78 | 0.98 | 0.54 |
| Hex | FA | FD | 15 | 1 | 0 | 5C | 1 | 3D | 62 | 36 |
| Octal | 372 | 375 | 25 | 1 | 0 | 134 | 1 | 75 | 142 | 66 |
| Binary | 11111010 | 11111101 | 10101 | 1 | 0 | 1011100 | 1 | 111101 | 1100010 | 110110 |
Color Harmonies of #FAFD15
Complementary color
Monochromatic Colors of #FAFD15
Black with #FAFD15
Text Example
Text Example
White with #FAFD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD15; }
p { color: rgb(250,253,21); }
H1.HeaderClassName
{
color: #FAFD15;
}
.AnyTagClassName
{
color: #FAFD15;
}
</style>
background-color css
<style>
a { background-color: #FAFD15; }
a { background-color: rgb(250,253,21); }
div.DivClassName
{
background-color: #FAFD15;
}
.BgClassName
{
background-color: #FAFD15;
}
</style>
border-color css
<style>
span { border-color: #FAFD15; }
span { border-color: rgb(250,253,21); }
td.TdClassName
{
border-color: #FAFD15;
}
.TagClassName
{
border-color: #FAFD15;
}
</style>