#FAD597

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

Shades of Caramel #FAD597

Tints of Caramel #FAD597

Color information

#FAD597 (or 0xFAD597) is unknown color: approx Caramel. HEX triplet: FA, D5 and 97. RGB value is (250,213,151). Sum of RGB (Red+Green+Blue) = 250+213+151=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD597 is #052A68. Grayscale: #D9D9D9. Windows color (decimal): -338537 or 9950714. OLE color: 9950714.

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

Color convert

RGB250213151-
CMYK00.150.400.02
HSL37.58º90.83%78.63%-
HSV(B)37.58º39.6%98.04%-
XYZ68.870.1539.19-
YUV21790.76151.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 151 (59.38% from 255) = 24.59%
R=40.72%
G=34.69%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021315100.150.400.0237.5890.8378.63
HexFAD5970F282265b4f
Octal37232522701750246133117
Binary111110101101010110010111011111010001010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD597; }

 p { color: rgb(250,213,151); }

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

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

 a { background-color: rgb(250,213,151); }

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

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

 span { border-color: rgb(250,213,151); }

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