#FED99C

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

Shades of Caramel #FED99C

Tints of Caramel #FED99C

Color information

#FED99C (or 0xFED99C) is unknown color: approx Caramel. HEX triplet: FE, D9 and 9C. RGB value is (254,217,156). Sum of RGB (Red+Green+Blue) = 254+217+156=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99C is #012663. Grayscale: #DDDDDD. Windows color (decimal): -75364 or 10279422. OLE color: 10279422.

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

Color convert

RGB254217156-
CMYK00.150.390.00
HSL37.35º98%80.39%-
HSV(B)37.35º38.58%99.61%-
XYZ71.6973.141.78-
YUV221.1191.26151.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 156 (61.33% from 255) = 24.88%
R=40.51%
G=34.61%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421715600.150.390.0037.359880.39
HexFED99C0F270256250
Octal37633123401747045142120
Binary11111110110110011001110001111100111010010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED99C; }

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

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

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

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

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

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

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

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