#FED894

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

Shades of Caramel #FED894

Tints of Caramel #FED894

Color information

#FED894 (or 0xFED894) is unknown color: approx Caramel. HEX triplet: FE, D8 and 94. RGB value is (254,216,148). Sum of RGB (Red+Green+Blue) = 254+216+148=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FED894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED894 is #01276B. Grayscale: #DBDBDB. Windows color (decimal): -75628 or 9754878. OLE color: 9754878.

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

Color convert

RGB254216148-
CMYK00.150.420.00
HSL38.49º98.15%78.82%-
HSV(B)38.49º41.73%99.61%-
XYZ70.7772.3238.25-
YUV219.6187.59152.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 148 (58.20% from 255) = 23.95%
R=41.10%
G=34.95%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421614800.150.420.0038.4998.1578.82
HexFED8940F2A026624f
Octal37633022401752046142117
Binary11111110110110001001010001111101010010011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED894; }

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

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

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

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

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

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

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

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