#FED890

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

Shades of Caramel #FED890

Tints of Caramel #FED890

Color information

#FED890 (or 0xFED890) is unknown color: approx Caramel. HEX triplet: FE, D8 and 90. RGB value is (254,216,144). Sum of RGB (Red+Green+Blue) = 254+216+144=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED890 is #01276F. Grayscale: #DBDBDB. Windows color (decimal): -75632 or 9492734. OLE color: 9492734.

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

Color convert

RGB254216144-
CMYK00.150.430.00
HSL39.27º98.21%78.04%-
HSV(B)39.27º43.31%99.61%-
XYZ70.4672.236.61-
YUV219.1585.59152.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 144 (56.64% from 255) = 23.45%
R=41.37%
G=35.18%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421614400.150.430.0039.2798.2178.04
HexFED8900F2B027624e
Octal37633022001753047142116
Binary11111110110110001001000001111101011010011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED890; }

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

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

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

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

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

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

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

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