Shades of Yellow #FAFD09
Tints of Yellow #FAFD09
RGB
CMYK
RGB Variations
Color information
#FAFD09 (or 0xFAFD09) is known color: Yellow. HEX triplet: FA, FD and 09. RGB value is (250,253,9). Sum of RGB (Red+Green+Blue) = 250+253+9=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 9 (3.91% from 255 or 1.76% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFD09 is #0502F6. Grayscale: #E1E1E1. Windows color (decimal): -328439 or 654842. OLE color: 654842.
HSL color Cylindrical-coordinate representation of color #FAFD09: hue angle of 60.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFD09 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.01 |
| HSL | 60.74º | 0.98% | 0.51% | - |
| HSV(B) | 60.74º | 0.96% | 0.99% | - |
| XYZ | 74.6 | 90.59 | 13.81 | - |
| YUV | 224.29 | 6.51 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 9 | 0.01 | 0 | 0.96 | 0.01 | 60.74 | 0.98 | 0.51 |
| Hex | FA | FD | 9 | 1 | 0 | 60 | 1 | 3D | 62 | 33 |
| Octal | 372 | 375 | 11 | 1 | 0 | 140 | 1 | 75 | 142 | 63 |
| Binary | 11111010 | 11111101 | 1001 | 1 | 0 | 1100000 | 1 | 111101 | 1100010 | 110011 |
Color Harmonies of #FAFD09
Complementary color
Monochromatic Colors of #FAFD09
Black with #FAFD09
Text Example
Text Example
White with #FAFD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD09; }
p { color: rgb(250,253,9); }
H1.HeaderClassName
{
color: #FAFD09;
}
.AnyTagClassName
{
color: #FAFD09;
}
</style>
background-color css
<style>
a { background-color: #FAFD09; }
a { background-color: rgb(250,253,9); }
div.DivClassName
{
background-color: #FAFD09;
}
.BgClassName
{
background-color: #FAFD09;
}
</style>
border-color css
<style>
span { border-color: #FAFD09; }
span { border-color: rgb(250,253,9); }
td.TdClassName
{
border-color: #FAFD09;
}
.TagClassName
{
border-color: #FAFD09;
}
</style>