#FED59D

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

Shades of Caramel #FED59D

Tints of Caramel #FED59D

Color information

#FED59D (or 0xFED59D) is unknown color: approx Caramel. HEX triplet: FE, D5 and 9D. RGB value is (254,213,157). Sum of RGB (Red+Green+Blue) = 254+213+157=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED59D is #012A62. Grayscale: #DBDBDB. Windows color (decimal): -76387 or 10343934. OLE color: 10343934.

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

Color convert

RGB254213157-
CMYK00.160.380.00
HSL34.64º97.98%80.59%-
HSV(B)34.64º38.19%99.61%-
XYZ70.7571.0941.89-
YUV218.8793.08153.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 157 (61.72% from 255) = 25.16%
R=40.71%
G=34.13%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421315700.160.380.0034.6497.9880.59
HexFED59D010260236251
Octal37632523502046043142121
Binary111111101101010110011101010000100110010001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED59D; }

 p { color: rgb(254,213,157); }

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

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

 a { background-color: rgb(254,213,157); }

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

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

 span { border-color: rgb(254,213,157); }

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