#FEF5D9

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

Shades of Off Yellow #FEF5D9

Tints of Off Yellow #FEF5D9

Color information

#FEF5D9 (or 0xFEF5D9) is unknown color: approx Off Yellow. HEX triplet: FE, F5 and D9. RGB value is (254,245,217). Sum of RGB (Red+Green+Blue) = 254+245+217=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 217 (85.16% from 255 or 30.31% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5D9 is #010A26. Grayscale: #F4F4F4. Windows color (decimal): -68135 or 14284286. OLE color: 14284286.

HSL color Cylindrical-coordinate representation of color #FEF5D9: hue angle of 45.41º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEF5D9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254245217-
CMYK00.040.150.00
HSL45.41º94.87%92.35%-
HSV(B)45.41º14.57%99.61%-
XYZ86.0591.3978.75-
YUV244.5112.48134.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 217 (85.16% from 255) = 30.31%
R=35.47%
G=34.22%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424521700.040.150.0045.4194.8792.35
HexFEF5D904F02d5f5c
Octal3763653310417055137134
Binary11111110111101011101100101001111010110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5D9; }

 p { color: rgb(254,245,217); }

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

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

 a { background-color: rgb(254,245,217); }

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

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

 span { border-color: rgb(254,245,217); }

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