#FEDB9A

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

Shades of Caramel #FEDB9A

Tints of Caramel #FEDB9A

Color information

#FEDB9A (or 0xFEDB9A) is unknown color: approx Caramel. HEX triplet: FE, DB and 9A. RGB value is (254,219,154). Sum of RGB (Red+Green+Blue) = 254+219+154=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9A is #012465. Grayscale: #DEDEDE. Windows color (decimal): -74854 or 10148862. OLE color: 10148862.

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

Color convert

RGB254219154-
CMYK00.140.390.00
HSL39º98.04%80%-
HSV(B)39º39.37%99.61%-
XYZ72.0474.0741.07-
YUV222.0689.6150.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 219 (85.94% from 255) = 34.93%
BLUE value IS 154 (60.55% from 255) = 24.56%
R=40.51%
G=34.93%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421915400.140.390.003998.0480
HexFEDB9A0E270276250
Octal37633323201647047142120
Binary11111110110110111001101001110100111010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB9A; }

 p { color: rgb(254,219,154); }

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

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

 a { background-color: rgb(254,219,154); }

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

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

 span { border-color: rgb(254,219,154); }

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