#FED69C

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

Shades of Caramel #FED69C

Tints of Caramel #FED69C

Color information

#FED69C (or 0xFED69C) is unknown color: approx Caramel. HEX triplet: FE, D6 and 9C. RGB value is (254,214,156). Sum of RGB (Red+Green+Blue) = 254+214+156=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED69C is #012963. Grayscale: #DBDBDB. Windows color (decimal): -76132 or 10278654. OLE color: 10278654.

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

Color convert

RGB254214156-
CMYK00.160.390.00
HSL35.51º98%80.39%-
HSV(B)35.51º38.58%99.61%-
XYZ70.9271.5641.53-
YUV219.3592.25152.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 156 (61.33% from 255) = 25%
R=40.71%
G=34.29%
B=25%

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
Decimal25421415600.160.390.0035.519880.39
HexFED69C010270246250
Octal37632623402047044142120
Binary111111101101011010011100010000100111010010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED69C; }

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

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

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

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

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

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

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

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