#FEDA90

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

Shades of Caramel #FEDA90

Tints of Caramel #FEDA90

Color information

#FEDA90 (or 0xFEDA90) is unknown color: approx Caramel. HEX triplet: FE, DA and 90. RGB value is (254,218,144). Sum of RGB (Red+Green+Blue) = 254+218+144=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA90 is #01256F. Grayscale: #DCDCDC. Windows color (decimal): -75120 or 9493246. OLE color: 9493246.

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

Color convert

RGB254218144-
CMYK00.140.430.00
HSL40.36º98.21%78.04%-
HSV(B)40.36º43.31%99.61%-
XYZ70.9873.2336.78-
YUV220.3384.93152.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=41.23%
G=35.39%
B=23.38%

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
Decimal25421814400.140.430.0040.3698.2178.04
HexFEDA900E2B028624e
Octal37633222001653050142116
Binary11111110110110101001000001110101011010100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA90; }

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

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

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

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

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

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

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

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