#FCD291

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

Shades of Caramel #FCD291

Tints of Caramel #FCD291

Color information

#FCD291 (or 0xFCD291) is unknown color: approx Caramel. HEX triplet: FC, D2 and 91. RGB value is (252,210,145). Sum of RGB (Red+Green+Blue) = 252+210+145=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD291 is #032D6E. Grayscale: #D7D7D7. Windows color (decimal): -208239 or 9556732. OLE color: 9556732.

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

Color convert

RGB252210145-
CMYK00.170.420.01
HSL36.45º94.69%77.84%-
HSV(B)36.45º42.46%98.82%-
XYZ68.368.8336.47-
YUV215.1588.41154.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 145 (57.03% from 255) = 23.89%
R=41.52%
G=34.60%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221014500.170.420.0136.4594.6977.84
HexFCD2910112A1245f4e
Octal37432222102152144137116
Binary111111001101001010010001010001101010110010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD291; }

 p { color: rgb(252,210,145); }

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

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

 a { background-color: rgb(252,210,145); }

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

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

 span { border-color: rgb(252,210,145); }

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