#FEDA91

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

Shades of Caramel #FEDA91

Tints of Caramel #FEDA91

Color information

#FEDA91 (or 0xFEDA91) is unknown color: approx Caramel. HEX triplet: FE, DA and 91. RGB value is (254,218,145). Sum of RGB (Red+Green+Blue) = 254+218+145=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 145 (57.03% from 255 or 23.50% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA91 is #01256E. Grayscale: #DCDCDC. Windows color (decimal): -75119 or 9558782. OLE color: 9558782.

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

Color convert

RGB254218145-
CMYK00.140.430.00
HSL40.18º98.2%78.24%-
HSV(B)40.18º42.91%99.61%-
XYZ71.0673.2637.18-
YUV220.4485.43151.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 145 (57.03% from 255) = 23.50%
R=41.17%
G=35.33%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421814500.140.430.0040.1898.278.24
HexFEDA910E2B028624e
Octal37633222101653050142116
Binary11111110110110101001000101110101011010100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA91; }

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

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

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

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

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

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

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

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