Shades of Off Yellow #FAF2D9
Tints of Off Yellow #FAF2D9
RGB
CMYK
RGB Variations
Color information
#FAF2D9 (or 0xFAF2D9) is known color: Off Yellow. HEX triplet: FA, F2 and D9. RGB value is (250,242,217). Sum of RGB (Red+Green+Blue) = 250+242+217=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D9 is #050D26. Grayscale: #F1F1F1. Windows color (decimal): -331047 or 14283514. OLE color: 14283514.
HSL color Cylindrical-coordinate representation of color #FAF2D9: hue angle of 45.45º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAF2D9 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 217 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.02 |
| HSL | 45.45º | 0.77% | 0.92% | - |
| HSV(B) | 45.45º | 0.13% | 0.98% | - |
| XYZ | 83.7 | 88.84 | 78.38 | - |
| YUV | 241.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 217 | 0 | 0.03 | 0.13 | 0.02 | 45.45 | 0.77 | 0.92 |
| Hex | FA | F2 | D9 | 0 | 3 | D | 2 | 2D | 4D | 5C |
| Octal | 372 | 362 | 331 | 0 | 3 | 15 | 2 | 55 | 115 | 134 |
| Binary | 11111010 | 11110010 | 11011001 | 0 | 11 | 1101 | 10 | 101101 | 1001101 | 1011100 |
Color Harmonies of #FAF2D9
Complementary color
Monochromatic Colors of #FAF2D9
Black with #FAF2D9
Text Example
Text Example
White with #FAF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2D9; }
p { color: rgb(250,242,217); }
H1.HeaderClassName
{
color: #FAF2D9;
}
.AnyTagClassName
{
color: #FAF2D9;
}
</style>
background-color css
<style>
a { background-color: #FAF2D9; }
a { background-color: rgb(250,242,217); }
div.DivClassName
{
background-color: #FAF2D9;
}
.BgClassName
{
background-color: #FAF2D9;
}
</style>
border-color css
<style>
span { border-color: #FAF2D9; }
span { border-color: rgb(250,242,217); }
td.TdClassName
{
border-color: #FAF2D9;
}
.TagClassName
{
border-color: #FAF2D9;
}
</style>