#FED48E

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

Shades of Caramel #FED48E

Tints of Caramel #FED48E

Color information

#FED48E (or 0xFED48E) is unknown color: approx Caramel. HEX triplet: FE, D4 and 8E. RGB value is (254,212,142). Sum of RGB (Red+Green+Blue) = 254+212+142=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED48E is #012B71. Grayscale: #D8D8D8. Windows color (decimal): -76658 or 9360638. OLE color: 9360638.

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

Color convert

RGB254212142-
CMYK00.170.440.00
HSL37.5º98.25%77.65%-
HSV(B)37.5º44.09%99.61%-
XYZ69.370.1135.47-
YUV216.5885.91154.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 142 (55.86% from 255) = 23.36%
R=41.78%
G=34.87%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421214200.170.440.0037.598.2577.65
HexFED48E0112C026624e
Octal37632421602154046142116
Binary111111101101010010001110010001101100010011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED48E; }

 p { color: rgb(254,212,142); }

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

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

 a { background-color: rgb(254,212,142); }

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

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

 span { border-color: rgb(254,212,142); }

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