#FED195

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

Shades of Caramel #FED195

Tints of Caramel #FED195

Color information

#FED195 (or 0xFED195) is unknown color: approx Caramel. HEX triplet: FE, D1 and 95. RGB value is (254,209,149). Sum of RGB (Red+Green+Blue) = 254+209+149=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FED195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED195 is #012E6A. Grayscale: #D7D7D7. Windows color (decimal): -77419 or 9818622. OLE color: 9818622.

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

Color convert

RGB254209149-
CMYK00.180.410.00
HSL34.29º98.13%79.02%-
HSV(B)34.29º41.34%99.61%-
XYZ69.168.8438.08-
YUV215.6190.41155.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=41.50%
G=34.15%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420914900.180.410.0034.2998.1379.02
HexFED19501229022624f
Octal37632122502251042142117
Binary111111101101000110010101010010101001010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED195; }

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

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

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

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

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

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

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

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