#F9D995

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

Shades of Caramel #F9D995

Tints of Caramel #F9D995

Color information

#F9D995 (or 0xF9D995) is unknown color: approx Caramel. HEX triplet: F9, D9 and 95. RGB value is (249,217,149). Sum of RGB (Red+Green+Blue) = 249+217+149=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D995 is #06266A. Grayscale: #DBDBDB. Windows color (decimal): -403051 or 9820665. OLE color: 9820665.

HSL color Cylindrical-coordinate representation of color #F9D995: hue angle of 40.8º 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 #F9D995 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249217149-
CMYK00.130.400.02
HSL40.8º89.29%78.04%-
HSV(B)40.8º40.16%97.65%-
XYZ69.371.9438.67-
YUV218.8288.6149.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=40.49%
G=35.28%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921714900.130.400.0240.889.2978.04
HexF9D9950D28229594e
Octal37133122501550251131116
Binary111110011101100110010101011011010001010100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D995; }

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

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

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

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

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

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

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

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