Shades of Off Yellow #F9F2DC
Tints of Off Yellow #F9F2DC
RGB
CMYK
RGB Variations
Color information
#F9F2DC (or 0xF9F2DC) is known color: Off Yellow. HEX triplet: F9, F2 and DC. RGB value is (249,242,220). Sum of RGB (Red+Green+Blue) = 249+242+220=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2DC is #060D23. Grayscale: #F1F1F1. Windows color (decimal): -396580 or 14480121. OLE color: 14480121.
HSL color Cylindrical-coordinate representation of color #F9F2DC: hue angle of 45.52º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9F2DC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 220 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.02 |
| HSL | 45.52º | 0.71% | 0.92% | - |
| HSV(B) | 45.52º | 0.12% | 0.98% | - |
| XYZ | 83.74 | 88.81 | 80.44 | - |
| YUV | 241.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 220 | 0 | 0.03 | 0.12 | 0.02 | 45.52 | 0.71 | 0.92 |
| Hex | F9 | F2 | DC | 0 | 3 | C | 2 | 2E | 47 | 5C |
| Octal | 371 | 362 | 334 | 0 | 3 | 14 | 2 | 56 | 107 | 134 |
| Binary | 11111001 | 11110010 | 11011100 | 0 | 11 | 1100 | 10 | 101110 | 1000111 | 1011100 |
Color Harmonies of #F9F2DC
Complementary color
Monochromatic Colors of #F9F2DC
Black with #F9F2DC
Text Example
Text Example
White with #F9F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2DC; }
p { color: rgb(249,242,220); }
H1.HeaderClassName
{
color: #F9F2DC;
}
.AnyTagClassName
{
color: #F9F2DC;
}
</style>
background-color css
<style>
a { background-color: #F9F2DC; }
a { background-color: rgb(249,242,220); }
div.DivClassName
{
background-color: #F9F2DC;
}
.BgClassName
{
background-color: #F9F2DC;
}
</style>
border-color css
<style>
span { border-color: #F9F2DC; }
span { border-color: rgb(249,242,220); }
td.TdClassName
{
border-color: #F9F2DC;
}
.TagClassName
{
border-color: #F9F2DC;
}
</style>