#FED38C

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

Shades of Caramel #FED38C

Tints of Caramel #FED38C

Color information

#FED38C (or 0xFED38C) is unknown color: approx Caramel. HEX triplet: FE, D3 and 8C. RGB value is (254,211,140). Sum of RGB (Red+Green+Blue) = 254+211+140=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FED38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED38C is #012C73. Grayscale: #D8D8D8. Windows color (decimal): -76916 or 9229310. OLE color: 9229310.

HSL color Cylindrical-coordinate representation of color #FED38C: hue angle of 37.37º 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 #FED38C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254211140-
CMYK00.170.450.00
HSL37.37º98.28%77.25%-
HSV(B)37.37º44.88%99.61%-
XYZ68.969.5534.6-
YUV215.7685.25155.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=41.98%
G=34.88%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421114000.170.450.0037.3798.2877.25
HexFED38C0112D025624d
Octal37632321402155045142115
Binary111111101101001110001100010001101101010010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED38C; }

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

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

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

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

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

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

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

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