#FEDB99

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

Shades of Caramel #FEDB99

Tints of Caramel #FEDB99

Color information

#FEDB99 (or 0xFEDB99) is unknown color: approx Caramel. HEX triplet: FE, DB and 99. RGB value is (254,219,153). Sum of RGB (Red+Green+Blue) = 254+219+153=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB99 is #012466. Grayscale: #DEDEDE. Windows color (decimal): -74855 or 10083326. OLE color: 10083326.

HSL color Cylindrical-coordinate representation of color #FEDB99: hue angle of 39.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEDB99 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254219153-
CMYK00.140.400.00
HSL39.21º98.06%79.8%-
HSV(B)39.21º39.76%99.61%-
XYZ71.9574.0340.63-
YUV221.9489.1150.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 24.44%
R=40.58%
G=34.98%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421915300.140.400.0039.2198.0679.8
HexFEDB990E280276250
Octal37633323101650047142120
Binary11111110110110111001100101110101000010011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB99; }

 p { color: rgb(254,219,153); }

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

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

 a { background-color: rgb(254,219,153); }

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

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

 span { border-color: rgb(254,219,153); }

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