#FED493

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

Shades of Caramel #FED493

Tints of Caramel #FED493

Color information

#FED493 (or 0xFED493) is unknown color: approx Caramel. HEX triplet: FE, D4 and 93. RGB value is (254,212,147). Sum of RGB (Red+Green+Blue) = 254+212+147=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED493 is #012B6C. Grayscale: #D9D9D9. Windows color (decimal): -76653 or 9688318. OLE color: 9688318.

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

Color convert

RGB254212147-
CMYK00.170.420.00
HSL36.45º98.17%78.63%-
HSV(B)36.45º42.13%99.61%-
XYZ69.6870.2637.49-
YUV217.1588.41154.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=41.44%
G=34.58%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421214700.170.420.0036.4598.1778.63
HexFED4930112A024624f
Octal37632422302152044142117
Binary111111101101010010010011010001101010010010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED493; }

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

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

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

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

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

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

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

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