#FED991

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

Shades of Caramel #FED991

Tints of Caramel #FED991

Color information

#FED991 (or 0xFED991) is unknown color: approx Caramel. HEX triplet: FE, D9 and 91. RGB value is (254,217,145). Sum of RGB (Red+Green+Blue) = 254+217+145=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FED991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED991 is #01266E. Grayscale: #DCDCDC. Windows color (decimal): -75375 or 9558526. OLE color: 9558526.

HSL color Cylindrical-coordinate representation of color #FED991: hue angle of 39.63º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FED991 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254217145-
CMYK00.150.430.00
HSL39.63º98.2%78.24%-
HSV(B)39.63º42.91%99.61%-
XYZ70.872.7437.1-
YUV219.8685.76152.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=41.23%
G=35.23%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421714500.150.430.0039.6398.278.24
HexFED9910F2B028624e
Octal37633122101753050142116
Binary11111110110110011001000101111101011010100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED991; }

 p { color: rgb(254,217,145); }

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

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

 a { background-color: rgb(254,217,145); }

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

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

 span { border-color: rgb(254,217,145); }

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