#FED197

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

Shades of Caramel #FED197

Tints of Caramel #FED197

Color information

#FED197 (or 0xFED197) is unknown color: approx Caramel. HEX triplet: FE, D1 and 97. RGB value is (254,209,151). Sum of RGB (Red+Green+Blue) = 254+209+151=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED197 is #012E68. Grayscale: #D8D8D8. Windows color (decimal): -77417 or 9949694. OLE color: 9949694.

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

Color convert

RGB254209151-
CMYK00.180.410.00
HSL33.79º98.1%79.41%-
HSV(B)33.79º40.55%99.61%-
XYZ69.2668.9138.93-
YUV215.8491.41155.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 24.59%
R=41.37%
G=34.04%
B=24.59%

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
Decimal25420915100.180.410.0033.7998.179.41
HexFED19701229022624f
Octal37632122702251042142117
Binary111111101101000110010111010010101001010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED197; }

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

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

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

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

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

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

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

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