#FEDA93

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

Shades of Caramel #FEDA93

Tints of Caramel #FEDA93

Color information

#FEDA93 (or 0xFEDA93) is unknown color: approx Caramel. HEX triplet: FE, DA and 93. RGB value is (254,218,147). Sum of RGB (Red+Green+Blue) = 254+218+147=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA93 is #01256C. Grayscale: #DCDCDC. Windows color (decimal): -75117 or 9689854. OLE color: 9689854.

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

Color convert

RGB254218147-
CMYK00.140.420.00
HSL39.81º98.17%78.63%-
HSV(B)39.81º42.13%99.61%-
XYZ71.2173.3238-
YUV220.6786.43151.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 147 (57.81% from 255) = 23.75%
R=41.03%
G=35.22%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421814700.140.420.0039.8198.1778.63
HexFEDA930E2A028624f
Octal37633222301652050142117
Binary11111110110110101001001101110101010010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA93; }

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

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

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

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

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

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

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

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