Shades of Off Yellow #FDF6E0
Tints of Off Yellow #FDF6E0
RGB
CMYK
RGB Variations
Color information
#FDF6E0 (or 0xFDF6E0) is known color: Off Yellow. HEX triplet: FD, F6 and E0. RGB value is (253,246,224). Sum of RGB (Red+Green+Blue) = 253+246+224=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6E0 is #02091F. Grayscale: #F5F5F5. Windows color (decimal): -133408 or 14743293. OLE color: 14743293.
HSL color Cylindrical-coordinate representation of color #FDF6E0: hue angle of 45.52º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDF6E0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 224 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.01 |
| HSL | 45.52º | 0.88% | 0.94% | - |
| HSV(B) | 45.52º | 0.11% | 0.99% | - |
| XYZ | 86.92 | 92.18 | 83.73 | - |
| YUV | 245.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 224 | 0 | 0.03 | 0.11 | 0.01 | 45.52 | 0.88 | 0.94 |
| Hex | FD | F6 | E0 | 0 | 3 | B | 1 | 2E | 58 | 5E |
| Octal | 375 | 366 | 340 | 0 | 3 | 13 | 1 | 56 | 130 | 136 |
| Binary | 11111101 | 11110110 | 11100000 | 0 | 11 | 1011 | 1 | 101110 | 1011000 | 1011110 |
Color Harmonies of #FDF6E0
Complementary color
Monochromatic Colors of #FDF6E0
Black with #FDF6E0
Text Example
Text Example
White with #FDF6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E0; }
p { color: rgb(253,246,224); }
H1.HeaderClassName
{
color: #FDF6E0;
}
.AnyTagClassName
{
color: #FDF6E0;
}
</style>
background-color css
<style>
a { background-color: #FDF6E0; }
a { background-color: rgb(253,246,224); }
div.DivClassName
{
background-color: #FDF6E0;
}
.BgClassName
{
background-color: #FDF6E0;
}
</style>
border-color css
<style>
span { border-color: #FDF6E0; }
span { border-color: rgb(253,246,224); }
td.TdClassName
{
border-color: #FDF6E0;
}
.TagClassName
{
border-color: #FDF6E0;
}
</style>