#F9F2DE

Color #F9F2DE Off Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Yellow #F9F2DE

Tints of Off Yellow #F9F2DE

Color information

#F9F2DE (or 0xF9F2DE) is unknown color: approx Off Yellow. HEX triplet: F9, F2 and DE. RGB value is (249,242,222). Sum of RGB (Red+Green+Blue) = 249+242+222=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2DE is #060D21. Grayscale: #F1F1F1. Windows color (decimal): -396578 or 14611193. OLE color: 14611193.

HSL color Cylindrical-coordinate representation of color #F9F2DE: hue angle of 44.44º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9F2DE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249242222-
CMYK00.030.110.02
HSL44.44º69.23%92.35%-
HSV(B)44.44º10.84%97.65%-
XYZ8488.9281.84-
YUV241.81116.82133.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 34.92%
GREEN value IS 242 (94.92% from 255) = 33.94%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=34.92%
G=33.94%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924222200.030.110.0244.4469.2392.35
HexF9F2DE03B22c455c
Octal3713623360313254105134
Binary11111001111100101101111001110111010110010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F2DE; }

 p { color: rgb(249,242,222); }

 H1.HeaderClassName
 {
   color: #F9F2DE;
 }
 .AnyTagClassName
 {
   color: #F9F2DE;
 }
</style>
background-color css

<style>
 a { background-color: #F9F2DE; }

 a { background-color: rgb(249,242,222); }

 div.DivClassName
 {
   background-color: #F9F2DE;
 }
 .BgClassName
 {
   background-color: #F9F2DE;
 }
</style>
border-color css

<style>
 span { border-color: #F9F2DE; }

 span { border-color: rgb(249,242,222); }

 td.TdClassName
 {
   border-color: #F9F2DE;
 }
 .TagClassName
 {
   border-color: #F9F2DE;
 }
</style>