#FEDA97

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

Shades of Caramel #FEDA97

Tints of Caramel #FEDA97

Color information

#FEDA97 (or 0xFEDA97) is unknown color: approx Caramel. HEX triplet: FE, DA and 97. RGB value is (254,218,151). Sum of RGB (Red+Green+Blue) = 254+218+151=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA97 is #012568. Grayscale: #DDDDDD. Windows color (decimal): -75113 or 9951998. OLE color: 9951998.

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

Color convert

RGB254218151-
CMYK00.140.410.00
HSL39.03º98.1%79.41%-
HSV(B)39.03º40.55%99.61%-
XYZ71.5373.4539.68-
YUV221.1388.43151.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=40.77%
G=34.99%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421815100.140.410.0039.0398.179.41
HexFEDA970E29027624f
Octal37633222701651047142117
Binary11111110110110101001011101110101001010011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA97; }

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

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

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

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

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

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

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

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