#FAD88F

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

Shades of Caramel #FAD88F

Tints of Caramel #FAD88F

Color information

#FAD88F (or 0xFAD88F) is unknown color: approx Caramel. HEX triplet: FA, D8 and 8F. RGB value is (250,216,143). Sum of RGB (Red+Green+Blue) = 250+216+143=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD88F is #052770. Grayscale: #DADADA. Windows color (decimal): -337777 or 9427194. OLE color: 9427194.

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

Color convert

RGB250216143-
CMYK00.140.430.02
HSL40.93º91.45%77.06%-
HSV(B)40.93º42.8%98.04%-
XYZ68.9471.4236.14-
YUV217.8485.76150.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 143 (56.25% from 255) = 23.48%
R=41.05%
G=35.47%
B=23.48%

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
Decimal25021614300.140.430.0240.9391.4577.06
HexFAD88F0E2B2295b4d
Octal37233021701653251133115
Binary111110101101100010001111011101010111010100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD88F; }

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

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

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

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

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

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

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

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