#FAD097

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

Shades of Caramel #FAD097

Tints of Caramel #FAD097

Color information

#FAD097 (or 0xFAD097) is unknown color: approx Caramel. HEX triplet: FA, D0 and 97. RGB value is (250,208,151). Sum of RGB (Red+Green+Blue) = 250+208+151=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD097 is #052F68. Grayscale: #D6D6D6. Windows color (decimal): -339817 or 9949434. OLE color: 9949434.

HSL color Cylindrical-coordinate representation of color #FAD097: hue angle of 34.55º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAD097 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250208151-
CMYK00.170.400.02
HSL34.55º90.83%78.63%-
HSV(B)34.55º39.6%98.04%-
XYZ67.5767.6738.78-
YUV214.0692.41153.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=41.05%
G=34.15%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020815100.170.400.0234.5590.8378.63
HexFAD097011282235b4f
Octal37232022702150243133117
Binary1111101011010000100101110100011010001010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD097; }

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

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

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

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

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

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

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

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