#FAD68F

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

Shades of Caramel #FAD68F

Tints of Caramel #FAD68F

Color information

#FAD68F (or 0xFAD68F) is unknown color: approx Caramel. HEX triplet: FA, D6 and 8F. RGB value is (250,214,143). Sum of RGB (Red+Green+Blue) = 250+214+143=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD68F is #052970. Grayscale: #D8D8D8. Windows color (decimal): -338289 or 9426682. OLE color: 9426682.

HSL color Cylindrical-coordinate representation of color #FAD68F: hue angle of 39.81º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAD68F is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250214143-
CMYK00.140.430.02
HSL39.81º91.45%77.06%-
HSV(B)39.81º42.8%98.04%-
XYZ68.4370.435.97-
YUV216.6786.43151.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 143 (56.25% from 255) = 23.56%
R=41.19%
G=35.26%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021414300.140.430.0239.8191.4577.06
HexFAD68F0E2B2285b4d
Octal37232621701653250133115
Binary111110101101011010001111011101010111010100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD68F; }

 p { color: rgb(250,214,143); }

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

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

 a { background-color: rgb(250,214,143); }

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

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

 span { border-color: rgb(250,214,143); }

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