#FED58E

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

Shades of Caramel #FED58E

Tints of Caramel #FED58E

Color information

#FED58E (or 0xFED58E) is unknown color: approx Caramel. HEX triplet: FE, D5 and 8E. RGB value is (254,213,142). Sum of RGB (Red+Green+Blue) = 254+213+142=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FED58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED58E is #012A71. Grayscale: #D9D9D9. Windows color (decimal): -76402 or 9360894. OLE color: 9360894.

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

Color convert

RGB254213142-
CMYK00.160.440.00
HSL38.04º98.25%77.65%-
HSV(B)38.04º44.09%99.61%-
XYZ69.5570.6135.56-
YUV217.1685.58154.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 142 (55.86% from 255) = 23.32%
R=41.71%
G=34.98%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421314200.160.440.0038.0498.2577.65
HexFED58E0102C026624e
Octal37632521602054046142116
Binary111111101101010110001110010000101100010011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED58E; }

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

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

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

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

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

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

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

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