Shades of Off Yellow #FAF3E0
Tints of Off Yellow #FAF3E0
RGB
CMYK
RGB Variations
Color information
#FAF3E0 (or 0xFAF3E0) is known color: Off Yellow. HEX triplet: FA, F3 and E0. RGB value is (250,243,224). Sum of RGB (Red+Green+Blue) = 250+243+224=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E0 is #050C1F. Grayscale: #F3F3F3. Windows color (decimal): -330784 or 14742522. OLE color: 14742522.
HSL color Cylindrical-coordinate representation of color #FAF3E0: hue angle of 43.85º degrees, saturation: 0.72, 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 #FAF3E0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 243 | 224 | - |
CMYK | 0 | 0.03 | 0.10 | 0.02 |
HSL | 43.85º | 0.72% | 0.93% | - |
HSV(B) | 43.85º | 0.1% | 0.98% | - |
XYZ | 84.93 | 89.81 | 83.38 | - |
YUV | 242.93 | 117.32 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 243 | 224 | 0 | 0.03 | 0.10 | 0.02 | 43.85 | 0.72 | 0.93 |
Hex | FA | F3 | E0 | 0 | 3 | A | 2 | 2C | 48 | 5D |
Octal | 372 | 363 | 340 | 0 | 3 | 12 | 2 | 54 | 110 | 135 |
Binary | 11111010 | 11110011 | 11100000 | 0 | 11 | 1010 | 10 | 101100 | 1001000 | 1011101 |
Color Harmonies of #FAF3E0
Complementary color
Monochromatic Colors of #FAF3E0
Black with #FAF3E0
Text Example
Text Example
White with #FAF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3E0; }
p { color: rgb(250,243,224); }
H1.HeaderClassName
{
color: #FAF3E0;
}
.AnyTagClassName
{
color: #FAF3E0;
}
</style>
background-color css
<style>
a { background-color: #FAF3E0; }
a { background-color: rgb(250,243,224); }
div.DivClassName
{
background-color: #FAF3E0;
}
.BgClassName
{
background-color: #FAF3E0;
}
</style>
border-color css
<style>
span { border-color: #FAF3E0; }
span { border-color: rgb(250,243,224); }
td.TdClassName
{
border-color: #FAF3E0;
}
.TagClassName
{
border-color: #FAF3E0;
}
</style>