#fcd49a

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

Shades of Caramel #FCD49A

Tints of Caramel #FCD49A

Color information

#FCD49A (or 0xFCD49A) is unknown color: approx Caramel. HEX triplet: FC, D4 and 9A. RGB value is (252,212,154). Sum of RGB (Red+Green+Blue) = 252+212+154=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD49A is #032B65. Grayscale: #D9D9D9. Windows color (decimal): -207718 or 10147068. OLE color: 10147068.

HSL color Cylindrical-coordinate representation of color #FCD49A: hue angle of 35.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCD49A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252212154-
CMYK00.160.390.01
HSL35.51º94.23%79.61%-
HSV(B)35.51º38.89%98.82%-
XYZ69.5270.1240.44-
YUV217.3592.25152.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 154 (60.55% from 255) = 24.92%
R=40.78%
G=34.30%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221215400.160.390.0135.5194.2379.61
HexFCD49A010271245e50
Octal37432423202047144136120
Binary111111001101010010011010010000100111110010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcd49a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcd49a; }

 p { color: rgb(252,212,154); }

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

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

 a { background-color: rgb(252,212,154); }

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

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

 span { border-color: rgb(252,212,154); }

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