Shades of Off Yellow #F9F3DA
Tints of Off Yellow #F9F3DA
RGB
CMYK
RGB Variations
Color information
#F9F3DA (or 0xF9F3DA) is known color: Off Yellow. HEX triplet: F9, F3 and DA. RGB value is (249,243,218). Sum of RGB (Red+Green+Blue) = 249+243+218=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F3DA is #060C25. Grayscale: #F2F2F2. Windows color (decimal): -396326 or 14349305. OLE color: 14349305.
HSL color Cylindrical-coordinate representation of color #F9F3DA: hue angle of 48.39º degrees, saturation: 0.72, 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 #F9F3DA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 243 | 218 | - |
CMYK | 0 | 0.02 | 0.12 | 0.02 |
HSL | 48.39º | 0.72% | 0.92% | - |
HSV(B) | 48.39º | 0.12% | 0.98% | - |
XYZ | 83.77 | 89.3 | 79.15 | - |
YUV | 241.94 | 114.49 | 133.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 243 | 218 | 0 | 0.02 | 0.12 | 0.02 | 48.39 | 0.72 | 0.92 |
Hex | F9 | F3 | DA | 0 | 2 | C | 2 | 30 | 48 | 5C |
Octal | 371 | 363 | 332 | 0 | 2 | 14 | 2 | 60 | 110 | 134 |
Binary | 11111001 | 11110011 | 11011010 | 0 | 10 | 1100 | 10 | 110000 | 1001000 | 1011100 |
Color Harmonies of #F9F3DA
Complementary color
Monochromatic Colors of #F9F3DA
Black with #F9F3DA
Text Example
Text Example
White with #F9F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3DA; }
p { color: rgb(249,243,218); }
H1.HeaderClassName
{
color: #F9F3DA;
}
.AnyTagClassName
{
color: #F9F3DA;
}
</style>
background-color css
<style>
a { background-color: #F9F3DA; }
a { background-color: rgb(249,243,218); }
div.DivClassName
{
background-color: #F9F3DA;
}
.BgClassName
{
background-color: #F9F3DA;
}
</style>
border-color css
<style>
span { border-color: #F9F3DA; }
span { border-color: rgb(249,243,218); }
td.TdClassName
{
border-color: #F9F3DA;
}
.TagClassName
{
border-color: #F9F3DA;
}
</style>