Shades of Yellow #FAFD05
Tints of Yellow #FAFD05
RGB
CMYK
RGB Variations
Color information
#FAFD05 (or 0xFAFD05) is known color: Yellow. HEX triplet: FA, FD and 05. RGB value is (250,253,5). Sum of RGB (Red+Green+Blue) = 250+253+5=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 5 (2.34% from 255 or 0.98% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD05 is #0502FA. Grayscale: #E0E0E0. Windows color (decimal): -328443 or 392698. OLE color: 392698.
HSL color Cylindrical-coordinate representation of color #FAFD05: hue angle of 60.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAFD05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.01 |
| HSL | 60.73º | 0.98% | 0.51% | - |
| HSV(B) | 60.73º | 0.98% | 0.99% | - |
| XYZ | 74.58 | 90.59 | 13.7 | - |
| YUV | 223.83 | 4.51 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 5 | 0.01 | 0 | 0.98 | 0.01 | 60.73 | 0.98 | 0.51 |
| Hex | FA | FD | 5 | 1 | 0 | 62 | 1 | 3D | 62 | 33 |
| Octal | 372 | 375 | 5 | 1 | 0 | 142 | 1 | 75 | 142 | 63 |
| Binary | 11111010 | 11111101 | 101 | 1 | 0 | 1100010 | 1 | 111101 | 1100010 | 110011 |
Color Harmonies of #FAFD05
Complementary color
Monochromatic Colors of #FAFD05
Black with #FAFD05
Text Example
Text Example
White with #FAFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD05; }
p { color: rgb(250,253,5); }
H1.HeaderClassName
{
color: #FAFD05;
}
.AnyTagClassName
{
color: #FAFD05;
}
</style>
background-color css
<style>
a { background-color: #FAFD05; }
a { background-color: rgb(250,253,5); }
div.DivClassName
{
background-color: #FAFD05;
}
.BgClassName
{
background-color: #FAFD05;
}
</style>
border-color css
<style>
span { border-color: #FAFD05; }
span { border-color: rgb(250,253,5); }
td.TdClassName
{
border-color: #FAFD05;
}
.TagClassName
{
border-color: #FAFD05;
}
</style>