#FED897

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

Shades of Caramel #FED897

Tints of Caramel #FED897

Color information

#FED897 (or 0xFED897) is unknown color: approx Caramel. HEX triplet: FE, D8 and 97. RGB value is (254,216,151). Sum of RGB (Red+Green+Blue) = 254+216+151=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED897 is #012768. Grayscale: #DCDCDC. Windows color (decimal): -75625 or 9951486. OLE color: 9951486.

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

Color convert

RGB254216151-
CMYK00.150.410.00
HSL37.86º98.1%79.41%-
HSV(B)37.86º40.55%99.61%-
XYZ71.0172.4239.51-
YUV219.9589.09152.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 151 (59.38% from 255) = 24.32%
R=40.90%
G=34.78%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421615100.150.410.0037.8698.179.41
HexFED8970F29026624f
Octal37633022701751046142117
Binary11111110110110001001011101111101001010011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED897; }

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

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

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

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

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

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

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

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