#FCD99A

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

Shades of Caramel #FCD99A

Tints of Caramel #FCD99A

Color information

#FCD99A (or 0xFCD99A) is unknown color: approx Caramel. HEX triplet: FC, D9 and 9A. RGB value is (252,217,154). Sum of RGB (Red+Green+Blue) = 252+217+154=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD99A is #032665. Grayscale: #DCDCDC. Windows color (decimal): -206438 or 10148348. OLE color: 10148348.

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

Color convert

RGB252217154-
CMYK00.140.390.01
HSL38.57º94.23%79.61%-
HSV(B)38.57º38.89%98.82%-
XYZ70.7972.6540.86-
YUV220.2890.6150.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 217 (85.16% from 255) = 34.83%
BLUE value IS 154 (60.55% from 255) = 24.72%
R=40.45%
G=34.83%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221715400.140.390.0138.5794.2379.61
HexFCD99A0E271275e50
Octal37433123201647147136120
Binary11111100110110011001101001110100111110011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD99A; }

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

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

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

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

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

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

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

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