Shades of Off Yellow #FAF5E2
Tints of Off Yellow #FAF5E2
RGB
CMYK
RGB Variations
Color information
#FAF5E2 (or 0xFAF5E2) is known color: Off Yellow. HEX triplet: FA, F5 and E2. RGB value is (250,245,226). Sum of RGB (Red+Green+Blue) = 250+245+226=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 226 (88.67% from 255 or 31.35% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5E2 is #050A1D. Grayscale: #F4F4F4. Windows color (decimal): -330270 or 14874106. OLE color: 14874106.
HSL color Cylindrical-coordinate representation of color #FAF5E2: hue angle of 47.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF5E2 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 226 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.02 |
| HSL | 47.5º | 0.71% | 0.93% | - |
| HSV(B) | 47.5º | 0.1% | 0.98% | - |
| XYZ | 85.8 | 91.12 | 85.02 | - |
| YUV | 244.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 226 | 0 | 0.02 | 0.10 | 0.02 | 47.5 | 0.71 | 0.93 |
| Hex | FA | F5 | E2 | 0 | 2 | A | 2 | 30 | 47 | 5D |
| Octal | 372 | 365 | 342 | 0 | 2 | 12 | 2 | 60 | 107 | 135 |
| Binary | 11111010 | 11110101 | 11100010 | 0 | 10 | 1010 | 10 | 110000 | 1000111 | 1011101 |
Color Harmonies of #FAF5E2
Complementary color
Monochromatic Colors of #FAF5E2
Black with #FAF5E2
Text Example
Text Example
White with #FAF5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5E2; }
p { color: rgb(250,245,226); }
H1.HeaderClassName
{
color: #FAF5E2;
}
.AnyTagClassName
{
color: #FAF5E2;
}
</style>
background-color css
<style>
a { background-color: #FAF5E2; }
a { background-color: rgb(250,245,226); }
div.DivClassName
{
background-color: #FAF5E2;
}
.BgClassName
{
background-color: #FAF5E2;
}
</style>
border-color css
<style>
span { border-color: #FAF5E2; }
span { border-color: rgb(250,245,226); }
td.TdClassName
{
border-color: #FAF5E2;
}
.TagClassName
{
border-color: #FAF5E2;
}
</style>