#FED68C

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

Shades of Caramel #FED68C

Tints of Caramel #FED68C

Color information

#FED68C (or 0xFED68C) is unknown color: approx Caramel. HEX triplet: FE, D6 and 8C. RGB value is (254,214,140). Sum of RGB (Red+Green+Blue) = 254+214+140=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FED68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED68C is #012973. Grayscale: #D9D9D9. Windows color (decimal): -76148 or 9230078. OLE color: 9230078.

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

Color convert

RGB254214140-
CMYK00.160.450.00
HSL38.95º98.28%77.25%-
HSV(B)38.95º44.88%99.61%-
XYZ69.6571.0634.86-
YUV217.5284.25154.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 140 (55.08% from 255) = 23.03%
R=41.78%
G=35.20%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421414000.160.450.0038.9598.2877.25
HexFED68C0102D027624d
Octal37632621402055047142115
Binary111111101101011010001100010000101101010011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED68C; }

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

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

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

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

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

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

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

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