#FAD58E

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

Shades of Caramel #FAD58E

Tints of Caramel #FAD58E

Color information

#FAD58E (or 0xFAD58E) is unknown color: approx Caramel. HEX triplet: FA, D5 and 8E. RGB value is (250,213,142). Sum of RGB (Red+Green+Blue) = 250+213+142=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58E is #052A71. Grayscale: #D8D8D8. Windows color (decimal): -338546 or 9360890. OLE color: 9360890.

HSL color Cylindrical-coordinate representation of color #FAD58E: hue angle of 39.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAD58E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250213142-
CMYK00.150.430.02
HSL39.44º91.53%76.86%-
HSV(B)39.44º43.2%98.04%-
XYZ68.169.8735.49-
YUV215.9786.26152.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=41.32%
G=35.21%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021314200.150.430.0239.4491.5376.86
HexFAD58E0F2B2275c4d
Octal37232521601753247134115
Binary111110101101010110001110011111010111010011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD58E; }

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

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

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

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

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

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

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

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