Html Css Color HEX #F9F2DE Off Yellow

📋 copy color: '#F9F2DE'

red 249 ◦ green 242 ◦ blue 222

#F9F2DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Off Yellow #F9F2DE

Tints of Off Yellow #F9F2DE

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 value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9F2DE (or 0xF9F2DE) is known color: 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

RGB 249 242 222 -
CMYK 0 0.03 0.11 0.02
HSL 44.44º 0.69% 0.92% -
HSV(B) 44.44º 0.11% 0.98% -
XYZ 84 88.92 81.84 -
YUV 241.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 249 242 222 0 0.03 0.11 0.02 44.44 0.69 0.92
Hex F9 F2 DE 0 3 B 2 2C 45 5C
Octal 371 362 336 0 3 13 2 54 105 134
Binary 11111001 11110010 11011110 0 11 1011 10 101100 1000101 1011100

Color Harmonies of #F9F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F2DE

Black with #F9F2DE

Text Example


Text Example

White with #F9F2DE

Text Example


Text Example

HTML Codes & Css Web 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>