#FED18D

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

Shades of Caramel #FED18D

Tints of Caramel #FED18D

Color information

#FED18D (or 0xFED18D) is unknown color: approx Caramel. HEX triplet: FE, D1 and 8D. RGB value is (254,209,141). Sum of RGB (Red+Green+Blue) = 254+209+141=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED18D is #012E72. Grayscale: #D7D7D7. Windows color (decimal): -77427 or 9294334. OLE color: 9294334.

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

Color convert

RGB254209141-
CMYK00.180.440.00
HSL36.11º98.26%77.45%-
HSV(B)36.11º44.49%99.61%-
XYZ68.4868.5934.83-
YUV214.786.41156.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=42.05%
G=34.60%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420914100.180.440.0036.1198.2677.45
HexFED18D0122C024624d
Octal37632121502254044142115
Binary111111101101000110001101010010101100010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED18D; }

 p { color: rgb(254,209,141); }

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

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

 a { background-color: rgb(254,209,141); }

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

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

 span { border-color: rgb(254,209,141); }

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