#F7D690

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

Shades of Caramel #F7D690

Tints of Caramel #F7D690

Color information

#F7D690 (or 0xF7D690) is unknown color: approx Caramel. HEX triplet: F7, D6 and 90. RGB value is (247,214,144). Sum of RGB (Red+Green+Blue) = 247+214+144=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D690 is #08296F. Grayscale: #D8D8D8. Windows color (decimal): -534896 or 9492215. OLE color: 9492215.

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

Color convert

RGB247214144-
CMYK00.130.420.03
HSL40.78º86.55%76.67%-
HSV(B)40.78º41.7%96.86%-
XYZ67.4469.8836.32-
YUV215.8987.43150.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 144 (56.64% from 255) = 23.80%
R=40.83%
G=35.37%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721414400.130.420.0340.7886.5576.67
HexF7D6900D2A329574d
Octal36732622001552351127115
Binary111101111101011010010000011011010101110100110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D690; }

 p { color: rgb(247,214,144); }

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

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

 a { background-color: rgb(247,214,144); }

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

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

 span { border-color: rgb(247,214,144); }

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