#FED89C

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

Shades of Caramel #FED89C

Tints of Caramel #FED89C

Color information

#FED89C (or 0xFED89C) is unknown color: approx Caramel. HEX triplet: FE, D8 and 9C. RGB value is (254,216,156). Sum of RGB (Red+Green+Blue) = 254+216+156=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED89C is #012763. Grayscale: #DCDCDC. Windows color (decimal): -75620 or 10279166. OLE color: 10279166.

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

Color convert

RGB254216156-
CMYK00.150.390.00
HSL36.73º98%80.39%-
HSV(B)36.73º38.58%99.61%-
XYZ71.4372.5841.7-
YUV220.5291.59151.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 216 (84.77% from 255) = 34.50%
BLUE value IS 156 (61.33% from 255) = 24.92%
R=40.58%
G=34.50%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421615600.150.390.0036.739880.39
HexFED89C0F270256250
Octal37633023401747045142120
Binary11111110110110001001110001111100111010010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED89C; }

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

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

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

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

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

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

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

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