#FED896

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

Shades of Caramel #FED896

Tints of Caramel #FED896

Color information

#FED896 (or 0xFED896) is unknown color: approx Caramel. HEX triplet: FE, D8 and 96. RGB value is (254,216,150). Sum of RGB (Red+Green+Blue) = 254+216+150=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED896 is #012769. Grayscale: #DCDCDC. Windows color (decimal): -75626 or 9885950. OLE color: 9885950.

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

Color convert

RGB254216150-
CMYK00.150.410.00
HSL38.08º98.11%79.22%-
HSV(B)38.08º40.94%99.61%-
XYZ70.9372.3839.09-
YUV219.8488.59152.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 150 (58.98% from 255) = 24.19%
R=40.97%
G=34.84%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421615000.150.410.0038.0898.1179.22
HexFED8960F29026624f
Octal37633022601751046142117
Binary11111110110110001001011001111101001010011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED896; }

 p { color: rgb(254,216,150); }

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

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

 a { background-color: rgb(254,216,150); }

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

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

 span { border-color: rgb(254,216,150); }

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