#FCD29A

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

Shades of Caramel #FCD29A

Tints of Caramel #FCD29A

Color information

#FCD29A (or 0xFCD29A) is unknown color: approx Caramel. HEX triplet: FC, D2 and 9A. RGB value is (252,210,154). Sum of RGB (Red+Green+Blue) = 252+210+154=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD29A is #032D65. Grayscale: #D8D8D8. Windows color (decimal): -208230 or 10146556. OLE color: 10146556.

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

Color convert

RGB252210154-
CMYK00.170.390.01
HSL34.29º94.23%79.61%-
HSV(B)34.29º38.89%98.82%-
XYZ69.0269.1240.28-
YUV216.1792.91153.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 154 (60.55% from 255) = 25%
R=40.91%
G=34.09%
B=25%

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
Decimal25221015400.170.390.0134.2994.2379.61
HexFCD29A011271225e50
Octal37432223202147142136120
Binary111111001101001010011010010001100111110001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD29A; }

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

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

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

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

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

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

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

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