#FAD499

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

Shades of Caramel #FAD499

Tints of Caramel #FAD499

Color information

#FAD499 (or 0xFAD499) is unknown color: approx Caramel. HEX triplet: FA, D4 and 99. RGB value is (250,212,153). Sum of RGB (Red+Green+Blue) = 250+212+153=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD499 is #052B66. Grayscale: #D8D8D8. Windows color (decimal): -338791 or 10081530. OLE color: 10081530.

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

Color convert

RGB250212153-
CMYK00.150.390.02
HSL36.49º90.65%79.02%-
HSV(B)36.49º38.8%98.04%-
XYZ68.7269.7139.97-
YUV216.6492.09151.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 153 (60.16% from 255) = 24.88%
R=40.65%
G=34.47%
B=24.88%

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
Decimal25021215300.150.390.0236.4990.6579.02
HexFAD4990F272245b4f
Octal37232423101747244133117
Binary111110101101010010011001011111001111010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD499; }

 p { color: rgb(250,212,153); }

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

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

 a { background-color: rgb(250,212,153); }

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

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

 span { border-color: rgb(250,212,153); }

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