#FED594

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

Shades of Caramel #FED594

Tints of Caramel #FED594

Color information

#FED594 (or 0xFED594) is unknown color: approx Caramel. HEX triplet: FE, D5 and 94. RGB value is (254,213,148). Sum of RGB (Red+Green+Blue) = 254+213+148=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED594 is #012A6B. Grayscale: #DADADA. Windows color (decimal): -76396 or 9754110. OLE color: 9754110.

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

Color convert

RGB254213148-
CMYK00.160.420.00
HSL36.79º98.15%78.82%-
HSV(B)36.79º41.73%99.61%-
XYZ70.0170.837.99-
YUV217.8588.58153.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 148 (58.20% from 255) = 24.07%
R=41.30%
G=34.63%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421314800.160.420.0036.7998.1578.82
HexFED5940102A025624f
Octal37632522402052045142117
Binary111111101101010110010100010000101010010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED594; }

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

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

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

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

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

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

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

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