#F9F4DA

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

Shades of Off Yellow #F9F4DA

Tints of Off Yellow #F9F4DA

Color information

#F9F4DA (or 0xF9F4DA) is unknown color: approx Off Yellow. HEX triplet: F9, F4 and DA. RGB value is (249,244,218). Sum of RGB (Red+Green+Blue) = 249+244+218=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 244 (95.70% from 255 or 34.32% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F4DA is #060B25. Grayscale: #F2F2F2. Windows color (decimal): -396070 or 14349561. OLE color: 14349561.

HSL color Cylindrical-coordinate representation of color #F9F4DA: hue angle of 50.32º 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 #F9F4DA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249244218-
CMYK00.020.120.02
HSL50.32º72.09%91.57%-
HSV(B)50.32º12.45%97.65%-
XYZ84.0789.979.25-
YUV242.53114.16132.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.02%
GREEN value IS 244 (95.70% from 255) = 34.32%
BLUE value IS 218 (85.55% from 255) = 30.66%
R=35.02%
G=34.32%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924421800.020.120.0250.3272.0991.57
HexF9F4DA02C232485c
Octal3713643320214262110134
Binary11111001111101001101101001011001011001010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F4DA; }

 p { color: rgb(249,244,218); }

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

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

 a { background-color: rgb(249,244,218); }

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

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

 span { border-color: rgb(249,244,218); }

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