#F8D697

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

Shades of Caramel #F8D697

Tints of Caramel #F8D697

Color information

#F8D697 (or 0xF8D697) is unknown color: approx Caramel. HEX triplet: F8, D6 and 97. RGB value is (248,214,151). Sum of RGB (Red+Green+Blue) = 248+214+151=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D697 is #072968. Grayscale: #D9D9D9. Windows color (decimal): -469353 or 9950968. OLE color: 9950968.

HSL color Cylindrical-coordinate representation of color #F8D697: hue angle of 38.97º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8D697 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248214151-
CMYK00.140.390.03
HSL38.97º87.39%78.24%-
HSV(B)38.97º39.11%97.25%-
XYZ68.3470.2839.24-
YUV216.9890.76150.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 151 (59.38% from 255) = 24.63%
R=40.46%
G=34.91%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821415100.140.390.0338.9787.3978.24
HexF8D6970E27327574e
Octal37032622701647347127116
Binary111110001101011010010111011101001111110011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D697; }

 p { color: rgb(248,214,151); }

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

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

 a { background-color: rgb(248,214,151); }

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

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

 span { border-color: rgb(248,214,151); }

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