#FED494

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

Shades of Caramel #FED494

Tints of Caramel #FED494

Color information

#FED494 (or 0xFED494) is unknown color: approx Caramel. HEX triplet: FE, D4 and 94. RGB value is (254,212,148). Sum of RGB (Red+Green+Blue) = 254+212+148=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED494 is #012B6B. Grayscale: #D9D9D9. Windows color (decimal): -76652 or 9753854. OLE color: 9753854.

HSL color Cylindrical-coordinate representation of color #FED494: hue angle of 36.23º 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 #FED494 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254212148-
CMYK00.170.420.00
HSL36.23º98.15%78.82%-
HSV(B)36.23º41.73%99.61%-
XYZ69.7670.337.91-
YUV217.2688.91154.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 148 (58.20% from 255) = 24.10%
R=41.37%
G=34.53%
B=24.10%

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
Decimal25421214800.170.420.0036.2398.1578.82
HexFED4940112A024624f
Octal37632422402152044142117
Binary111111101101010010010100010001101010010010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED494; }

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

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

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

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

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

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

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

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