#FAD598

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

Shades of Caramel #FAD598

Tints of Caramel #FAD598

Color information

#FAD598 (or 0xFAD598) is unknown color: approx Caramel. HEX triplet: FA, D5 and 98. RGB value is (250,213,152). Sum of RGB (Red+Green+Blue) = 250+213+152=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD598 is #052A67. Grayscale: #D9D9D9. Windows color (decimal): -338536 or 10016250. OLE color: 10016250.

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

Color convert

RGB250213152-
CMYK00.150.390.02
HSL37.35º90.74%78.82%-
HSV(B)37.35º39.2%98.04%-
XYZ68.8970.1839.62-
YUV217.1191.26151.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 152 (59.77% from 255) = 24.72%
R=40.65%
G=34.63%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021315200.150.390.0237.3590.7478.82
HexFAD5980F272255b4f
Octal37232523001747245133117
Binary111110101101010110011000011111001111010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD598; }

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

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

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

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

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

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

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

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