#FED495

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

Shades of Caramel #FED495

Tints of Caramel #FED495

Color information

#FED495 (or 0xFED495) is unknown color: approx Caramel. HEX triplet: FE, D4 and 95. RGB value is (254,212,149). Sum of RGB (Red+Green+Blue) = 254+212+149=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED495 is #012B6A. Grayscale: #D9D9D9. Windows color (decimal): -76651 or 9819390. OLE color: 9819390.

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

Color convert

RGB254212149-
CMYK00.170.410.00
HSL36º98.13%79.02%-
HSV(B)36º41.34%99.61%-
XYZ69.8470.3338.33-
YUV217.3889.41154.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=41.30%
G=34.47%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421214900.170.410.003698.1379.02
HexFED49501129024624f
Octal37632422502151044142117
Binary111111101101010010010101010001101001010010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED495; }

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

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

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

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

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

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

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

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