#FED893

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

Shades of Caramel #FED893

Tints of Caramel #FED893

Color information

#FED893 (or 0xFED893) is unknown color: approx Caramel. HEX triplet: FE, D8 and 93. RGB value is (254,216,147). Sum of RGB (Red+Green+Blue) = 254+216+147=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED893 is #01276C. Grayscale: #DBDBDB. Windows color (decimal): -75629 or 9689342. OLE color: 9689342.

HSL color Cylindrical-coordinate representation of color #FED893: hue angle of 38.69º 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 #FED893 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254216147-
CMYK00.150.420.00
HSL38.69º98.17%78.63%-
HSV(B)38.69º42.13%99.61%-
XYZ70.772.2937.83-
YUV219.587.09152.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 147 (57.81% from 255) = 23.82%
R=41.17%
G=35.01%
B=23.82%

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
Decimal25421614700.150.420.0038.6998.1778.63
HexFED8930F2A027624f
Octal37633022301752047142117
Binary11111110110110001001001101111101010010011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED893; }

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

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

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

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

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

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

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

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