#FAD498

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

Shades of Caramel #FAD498

Tints of Caramel #FAD498

Color information

#FAD498 (or 0xFAD498) is unknown color: approx Caramel. HEX triplet: FA, D4 and 98. RGB value is (250,212,152). Sum of RGB (Red+Green+Blue) = 250+212+152=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD498 is #052B67. Grayscale: #D8D8D8. Windows color (decimal): -338792 or 10015994. OLE color: 10015994.

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

Color convert

RGB250212152-
CMYK00.150.390.02
HSL36.73º90.74%78.82%-
HSV(B)36.73º39.2%98.04%-
XYZ68.6469.6839.54-
YUV216.5291.59151.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 152 (59.77% from 255) = 24.76%
R=40.72%
G=34.53%
B=24.76%

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
Decimal25021215200.150.390.0236.7390.7478.82
HexFAD4980F272255b4f
Octal37232423001747245133117
Binary111110101101010010011000011111001111010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD498; }

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

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

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

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

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

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

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

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