#FDD791

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

Shades of Caramel #FDD791

Tints of Caramel #FDD791

Color information

#FDD791 (or 0xFDD791) is unknown color: approx Caramel. HEX triplet: FD, D7 and 91. RGB value is (253,215,145). Sum of RGB (Red+Green+Blue) = 253+215+145=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD791 is #02286E. Grayscale: #DADADA. Windows color (decimal): -141423 or 9558013. OLE color: 9558013.

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

Color convert

RGB253215145-
CMYK00.150.430.01
HSL38.89º96.43%78.04%-
HSV(B)38.89º42.69%99.22%-
XYZ69.9271.5336.91-
YUV218.3886.59152.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 145 (57.03% from 255) = 23.65%
R=41.27%
G=35.07%
B=23.65%

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
Decimal25321514500.150.430.0138.8996.4378.04
HexFDD7910F2B127604e
Octal37532722101753147140116
Binary11111101110101111001000101111101011110011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD791; }

 p { color: rgb(253,215,145); }

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

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

 a { background-color: rgb(253,215,145); }

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

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

 span { border-color: rgb(253,215,145); }

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