#FAD398

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

Shades of Caramel #FAD398

Tints of Caramel #FAD398

Color information

#FAD398 (or 0xFAD398) is unknown color: approx Caramel. HEX triplet: FA, D3 and 98. RGB value is (250,211,152). Sum of RGB (Red+Green+Blue) = 250+211+152=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD398 is #052C67. Grayscale: #D8D8D8. Windows color (decimal): -339048 or 10015738. OLE color: 10015738.

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

Color convert

RGB250211152-
CMYK00.160.390.02
HSL36.12º90.74%78.82%-
HSV(B)36.12º39.2%98.04%-
XYZ68.3969.1839.45-
YUV215.9491.92152.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 152 (59.77% from 255) = 24.80%
R=40.78%
G=34.42%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021115200.160.390.0236.1290.7478.82
HexFAD398010272245b4f
Octal37232323002047244133117
Binary1111101011010011100110000100001001111010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD398; }

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

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

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

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

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

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

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

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