#FDD295

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

Shades of Caramel #FDD295

Tints of Caramel #FDD295

Color information

#FDD295 (or 0xFDD295) is unknown color: approx Caramel. HEX triplet: FD, D2 and 95. RGB value is (253,210,149). Sum of RGB (Red+Green+Blue) = 253+210+149=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD295 is #022D6A. Grayscale: #D8D8D8. Windows color (decimal): -142699 or 9818877. OLE color: 9818877.

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

Color convert

RGB253210149-
CMYK00.170.410.01
HSL35.19º96.3%78.82%-
HSV(B)35.19º41.11%99.22%-
XYZ68.9869.1538.14-
YUV215.990.25154.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 149 (58.59% from 255) = 24.35%
R=41.34%
G=34.31%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321014900.170.410.0135.1996.378.82
HexFDD29501129123604f
Octal37532222502151143140117
Binary111111011101001010010101010001101001110001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD295; }

 p { color: rgb(253,210,149); }

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

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

 a { background-color: rgb(253,210,149); }

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

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

 span { border-color: rgb(253,210,149); }

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