Shades of Yellow #FAFD06
Tints of Yellow #FAFD06
RGB
CMYK
RGB Variations
Color information
#FAFD06 (or 0xFAFD06) is known color: Yellow. HEX triplet: FA, FD and 06. RGB value is (250,253,6). Sum of RGB (Red+Green+Blue) = 250+253+6=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 6 (2.73% from 255 or 1.18% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD06 is #0502F9. Grayscale: #E0E0E0. Windows color (decimal): -328442 or 458234. OLE color: 458234.
HSL color Cylindrical-coordinate representation of color #FAFD06: 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 #FAFD06 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 6 | - |
| 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.73 | - |
| YUV | 223.95 | 5.01 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 6 | 0.01 | 0 | 0.98 | 0.01 | 60.73 | 0.98 | 0.51 |
| Hex | FA | FD | 6 | 1 | 0 | 62 | 1 | 3D | 62 | 33 |
| Octal | 372 | 375 | 6 | 1 | 0 | 142 | 1 | 75 | 142 | 63 |
| Binary | 11111010 | 11111101 | 110 | 1 | 0 | 1100010 | 1 | 111101 | 1100010 | 110011 |
Color Harmonies of #FAFD06
Complementary color
Monochromatic Colors of #FAFD06
Black with #FAFD06
Text Example
Text Example
White with #FAFD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD06; }
p { color: rgb(250,253,6); }
H1.HeaderClassName
{
color: #FAFD06;
}
.AnyTagClassName
{
color: #FAFD06;
}
</style>
background-color css
<style>
a { background-color: #FAFD06; }
a { background-color: rgb(250,253,6); }
div.DivClassName
{
background-color: #FAFD06;
}
.BgClassName
{
background-color: #FAFD06;
}
</style>
border-color css
<style>
span { border-color: #FAFD06; }
span { border-color: rgb(250,253,6); }
td.TdClassName
{
border-color: #FAFD06;
}
.TagClassName
{
border-color: #FAFD06;
}
</style>