#FAD293

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

Shades of Caramel #FAD293

Tints of Caramel #FAD293

Color information

#FAD293 (or 0xFAD293) is unknown color: approx Caramel. HEX triplet: FA, D2 and 93. RGB value is (250,210,147). Sum of RGB (Red+Green+Blue) = 250+210+147=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD293 is #052D6C. Grayscale: #D7D7D7. Windows color (decimal): -339309 or 9687802. OLE color: 9687802.

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

Color convert

RGB250210147-
CMYK00.160.410.02
HSL36.7º91.15%77.84%-
HSV(B)36.7º41.2%98.04%-
XYZ67.7468.5237.26-
YUV214.7889.75153.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=41.19%
G=34.60%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021014700.160.410.0236.791.1577.84
HexFAD293010292255b4e
Octal37232222302051245133116
Binary1111101011010010100100110100001010011010010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD293; }

 p { color: rgb(250,210,147); }

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

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

 a { background-color: rgb(250,210,147); }

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

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

 span { border-color: rgb(250,210,147); }

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