#FAD099

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

Shades of Caramel #FAD099

Tints of Caramel #FAD099

Color information

#FAD099 (or 0xFAD099) is unknown color: approx Caramel. HEX triplet: FA, D0 and 99. RGB value is (250,208,153). Sum of RGB (Red+Green+Blue) = 250+208+153=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD099 is #052F66. Grayscale: #D6D6D6. Windows color (decimal): -339815 or 10080506. OLE color: 10080506.

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

Color convert

RGB250208153-
CMYK00.170.390.02
HSL34.02º90.65%79.02%-
HSV(B)34.02º38.8%98.04%-
XYZ67.7367.7439.64-
YUV214.2993.41153.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=40.92%
G=34.04%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020815300.170.390.0234.0290.6579.02
HexFAD099011272225b4f
Octal37232023102147242133117
Binary1111101011010000100110010100011001111010001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD099; }

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

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

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

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

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

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

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

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