#FCD09A

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

Shades of Caramel #FCD09A

Tints of Caramel #FCD09A

Color information

#FCD09A (or 0xFCD09A) is unknown color: approx Caramel. HEX triplet: FC, D0 and 9A. RGB value is (252,208,154). Sum of RGB (Red+Green+Blue) = 252+208+154=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD09A is #032F65. Grayscale: #D7D7D7. Windows color (decimal): -208742 or 10146044. OLE color: 10146044.

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

Color convert

RGB252208154-
CMYK00.170.390.01
HSL33.06º94.23%79.61%-
HSV(B)33.06º38.89%98.82%-
XYZ68.5368.1440.11-
YUV21593.58154.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 154 (60.55% from 255) = 25.08%
R=41.04%
G=33.88%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220815400.170.390.0133.0694.2379.61
HexFCD09A011271215e50
Octal37432023202147141136120
Binary111111001101000010011010010001100111110000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD09A; }

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

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

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

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

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

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

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

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