#F9D695

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

Shades of Caramel #F9D695

Tints of Caramel #F9D695

Color information

#F9D695 (or 0xF9D695) is unknown color: approx Caramel. HEX triplet: F9, D6 and 95. RGB value is (249,214,149). Sum of RGB (Red+Green+Blue) = 249+214+149=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D695 is #06296A. Grayscale: #D9D9D9. Windows color (decimal): -403819 or 9819897. OLE color: 9819897.

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

Color convert

RGB249214149-
CMYK00.140.400.02
HSL39º89.29%78.04%-
HSV(B)39º40.16%97.65%-
XYZ68.5470.438.41-
YUV217.0589.6150.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=40.69%
G=34.97%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921414900.140.400.023989.2978.04
HexF9D6950E28227594e
Octal37132622501650247131116
Binary111110011101011010010101011101010001010011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D695; }

 p { color: rgb(249,214,149); }

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

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

 a { background-color: rgb(249,214,149); }

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

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

 span { border-color: rgb(249,214,149); }

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