#FAD998

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

Shades of Caramel #FAD998

Tints of Caramel #FAD998

Color information

#FAD998 (or 0xFAD998) is unknown color: approx Caramel. HEX triplet: FA, D9 and 98. RGB value is (250,217,152). Sum of RGB (Red+Green+Blue) = 250+217+152=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD998 is #052667. Grayscale: #DBDBDB. Windows color (decimal): -337512 or 10017274. OLE color: 10017274.

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

Color convert

RGB250217152-
CMYK00.130.390.02
HSL39.8º90.74%78.82%-
HSV(B)39.8º39.2%98.04%-
XYZ69.972.2239.96-
YUV219.4689.93149.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 152 (59.77% from 255) = 24.56%
R=40.39%
G=35.06%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021715200.130.390.0239.890.7478.82
HexFAD9980D272285b4f
Octal37233123001547250133117
Binary111110101101100110011000011011001111010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD998; }

 p { color: rgb(250,217,152); }

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

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

 a { background-color: rgb(250,217,152); }

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

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

 span { border-color: rgb(250,217,152); }

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