#FED58C

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

Shades of Caramel #FED58C

Tints of Caramel #FED58C

Color information

#FED58C (or 0xFED58C) is unknown color: approx Caramel. HEX triplet: FE, D5 and 8C. RGB value is (254,213,140). Sum of RGB (Red+Green+Blue) = 254+213+140=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FED58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED58C is #012A73. Grayscale: #D9D9D9. Windows color (decimal): -76404 or 9229822. OLE color: 9229822.

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

Color convert

RGB254213140-
CMYK00.160.450.00
HSL38.42º98.28%77.25%-
HSV(B)38.42º44.88%99.61%-
XYZ69.470.5534.77-
YUV216.9484.58154.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=41.85%
G=35.09%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421314000.160.450.0038.4298.2877.25
HexFED58C0102D026624d
Octal37632521402055046142115
Binary111111101101010110001100010000101101010011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED58C; }

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

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

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

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

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

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

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

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