Shades of Off Yellow #F6F2DF
Tints of Off Yellow #F6F2DF
RGB
CMYK
RGB Variations
Color information
#F6F2DF (or 0xF6F2DF) is known color: Off Yellow. HEX triplet: F6, F2 and DF. RGB value is (246,242,223). Sum of RGB (Red+Green+Blue) = 246+242+223=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2DF is #090D20. Grayscale: #F1F1F1. Windows color (decimal): -593185 or 14676726. OLE color: 14676726.
HSL color Cylindrical-coordinate representation of color #F6F2DF: hue angle of 49.57º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6F2DF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 223 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.04 |
| HSL | 49.57º | 0.56% | 0.92% | - |
| HSV(B) | 49.57º | 0.09% | 0.96% | - |
| XYZ | 83.08 | 88.42 | 82.5 | - |
| YUV | 241.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 223 | 0 | 0.02 | 0.09 | 0.04 | 49.57 | 0.56 | 0.92 |
| Hex | F6 | F2 | DF | 0 | 2 | 9 | 4 | 32 | 38 | 5C |
| Octal | 366 | 362 | 337 | 0 | 2 | 11 | 4 | 62 | 70 | 134 |
| Binary | 11110110 | 11110010 | 11011111 | 0 | 10 | 1001 | 100 | 110010 | 111000 | 1011100 |
Color Harmonies of #F6F2DF
Complementary color
Monochromatic Colors of #F6F2DF
Black with #F6F2DF
Text Example
Text Example
White with #F6F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2DF; }
p { color: rgb(246,242,223); }
H1.HeaderClassName
{
color: #F6F2DF;
}
.AnyTagClassName
{
color: #F6F2DF;
}
</style>
background-color css
<style>
a { background-color: #F6F2DF; }
a { background-color: rgb(246,242,223); }
div.DivClassName
{
background-color: #F6F2DF;
}
.BgClassName
{
background-color: #F6F2DF;
}
</style>
border-color css
<style>
span { border-color: #F6F2DF; }
span { border-color: rgb(246,242,223); }
td.TdClassName
{
border-color: #F6F2DF;
}
.TagClassName
{
border-color: #F6F2DF;
}
</style>