#FED59A

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

Shades of Caramel #FED59A

Tints of Caramel #FED59A

Color information

#FED59A (or 0xFED59A) is unknown color: approx Caramel. HEX triplet: FE, D5 and 9A. RGB value is (254,213,154). Sum of RGB (Red+Green+Blue) = 254+213+154=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED59A is #012A65. Grayscale: #DADADA. Windows color (decimal): -76390 or 10147326. OLE color: 10147326.

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

Color convert

RGB254213154-
CMYK00.160.390.00
HSL35.4º98.04%80%-
HSV(B)35.4º39.37%99.61%-
XYZ70.570.9940.56-
YUV218.5391.58153.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 154 (60.55% from 255) = 24.80%
R=40.90%
G=34.30%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421315400.160.390.0035.498.0480
HexFED59A010270236250
Octal37632523202047043142120
Binary111111101101010110011010010000100111010001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED59A; }

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

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

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

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

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

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

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

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