#FDD890

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

Shades of Caramel #FDD890

Tints of Caramel #FDD890

Color information

#FDD890 (or 0xFDD890) is unknown color: approx Caramel. HEX triplet: FD, D8 and 90. RGB value is (253,216,144). Sum of RGB (Red+Green+Blue) = 253+216+144=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD890 is #02276F. Grayscale: #DBDBDB. Windows color (decimal): -141168 or 9492733. OLE color: 9492733.

HSL color Cylindrical-coordinate representation of color #FDD890: hue angle of 39.63º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD890 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253216144-
CMYK00.150.430.01
HSL39.63º96.46%77.84%-
HSV(B)39.63º43.08%99.22%-
XYZ70.172.0136.59-
YUV218.8585.76152.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 144 (56.64% from 255) = 23.49%
R=41.27%
G=35.24%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321614400.150.430.0139.6396.4677.84
HexFDD8900F2B128604e
Octal37533022001753150140116
Binary11111101110110001001000001111101011110100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD890; }

 p { color: rgb(253,216,144); }

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

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

 a { background-color: rgb(253,216,144); }

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

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

 span { border-color: rgb(253,216,144); }

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