#FEDA98

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

Shades of Caramel #FEDA98

Tints of Caramel #FEDA98

Color information

#FEDA98 (or 0xFEDA98) is unknown color: approx Caramel. HEX triplet: FE, DA and 98. RGB value is (254,218,152). Sum of RGB (Red+Green+Blue) = 254+218+152=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA98 is #012567. Grayscale: #DDDDDD. Windows color (decimal): -75112 or 10017534. OLE color: 10017534.

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

Color convert

RGB254218152-
CMYK00.140.400.00
HSL38.82º98.08%79.61%-
HSV(B)38.82º40.16%99.61%-
XYZ71.6173.4840.11-
YUV221.2488.93151.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 152 (59.77% from 255) = 24.36%
R=40.71%
G=34.94%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421815200.140.400.0038.8298.0879.61
HexFEDA980E280276250
Octal37633223001650047142120
Binary11111110110110101001100001110101000010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA98; }

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

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

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

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

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

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

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

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