Shades of Yellow #FAFB09
Tints of Yellow #FAFB09
RGB
CMYK
RGB Variations
Color information
#FAFB09 (or 0xFAFB09) is known color: Yellow. HEX triplet: FA, FB and 09. RGB value is (250,251,9). Sum of RGB (Red+Green+Blue) = 250+251+9=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 9 (3.91% from 255 or 1.76% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFB09 is #0504F6. Grayscale: #E0E0E0. Windows color (decimal): -328951 or 654330. OLE color: 654330.
HSL color Cylindrical-coordinate representation of color #FAFB09: hue angle of 60.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAFB09 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.02 |
| HSL | 60.25º | 0.97% | 0.51% | - |
| HSV(B) | 60.25º | 0.96% | 0.98% | - |
| XYZ | 73.97 | 89.34 | 13.6 | - |
| YUV | 223.11 | 7.17 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 9 | 0.00 | 0 | 0.96 | 0.02 | 60.25 | 0.97 | 0.51 |
| Hex | FA | FB | 9 | 0 | 0 | 60 | 2 | 3C | 61 | 33 |
| Octal | 372 | 373 | 11 | 0 | 0 | 140 | 2 | 74 | 141 | 63 |
| Binary | 11111010 | 11111011 | 1001 | 0 | 0 | 1100000 | 10 | 111100 | 1100001 | 110011 |
Color Harmonies of #FAFB09
Complementary color
Monochromatic Colors of #FAFB09
Black with #FAFB09
Text Example
Text Example
White with #FAFB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB09; }
p { color: rgb(250,251,9); }
H1.HeaderClassName
{
color: #FAFB09;
}
.AnyTagClassName
{
color: #FAFB09;
}
</style>
background-color css
<style>
a { background-color: #FAFB09; }
a { background-color: rgb(250,251,9); }
div.DivClassName
{
background-color: #FAFB09;
}
.BgClassName
{
background-color: #FAFB09;
}
</style>
border-color css
<style>
span { border-color: #FAFB09; }
span { border-color: rgb(250,251,9); }
td.TdClassName
{
border-color: #FAFB09;
}
.TagClassName
{
border-color: #FAFB09;
}
</style>