#F8D796

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

Shades of Caramel #F8D796

Tints of Caramel #F8D796

Color information

#F8D796 (or 0xF8D796) is unknown color: approx Caramel. HEX triplet: F8, D7 and 96. RGB value is (248,215,150). Sum of RGB (Red+Green+Blue) = 248+215+150=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D796 is #072869. Grayscale: #D9D9D9. Windows color (decimal): -469098 or 9885688. OLE color: 9885688.

HSL color Cylindrical-coordinate representation of color #F8D796: hue angle of 39.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8D796 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB248215150-
CMYK00.130.400.03
HSL39.8º87.5%78.04%-
HSV(B)39.8º39.52%97.25%-
XYZ68.5270.7638.9-
YUV217.4689.93149.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=40.46%
G=35.07%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821515000.130.400.0339.887.578.04
HexF8D7960D28328584e
Octal37032722601550350130116
Binary111110001101011110010110011011010001110100010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D796; }

 p { color: rgb(248,215,150); }

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

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

 a { background-color: rgb(248,215,150); }

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

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

 span { border-color: rgb(248,215,150); }

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