#FED395

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

Shades of Caramel #FED395

Tints of Caramel #FED395

Color information

#FED395 (or 0xFED395) is unknown color: approx Caramel. HEX triplet: FE, D3 and 95. RGB value is (254,211,149). Sum of RGB (Red+Green+Blue) = 254+211+149=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED395 is #012C6A. Grayscale: #D9D9D9. Windows color (decimal): -76907 or 9819134. OLE color: 9819134.

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

Color convert

RGB254211149-
CMYK00.170.410.00
HSL35.43º98.13%79.02%-
HSV(B)35.43º41.34%99.61%-
XYZ69.5969.8338.24-
YUV216.7989.75154.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 149 (58.59% from 255) = 24.27%
R=41.37%
G=34.36%
B=24.27%

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
Decimal25421114900.170.410.0035.4398.1379.02
HexFED39501129023624f
Octal37632322502151043142117
Binary111111101101001110010101010001101001010001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED395; }

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

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

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

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

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

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

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

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