Html Css Color HEX #FCD29A Caramel

📋 copy color: '#FCD29A'

red 252 ◦ green 210 ◦ blue 154

#FCD29A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caramel #FCD29A

Tints of Caramel #FCD29A

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 value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCD29A (or 0xFCD29A) is known color: 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

RGB 252 210 154 -
CMYK 0 0.17 0.39 0.01
HSL 34.29º 0.94% 0.8% -
HSV(B) 34.29º 0.39% 0.99% -
XYZ 69.02 69.12 40.28 -
YUV 216.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 252 210 154 0 0.17 0.39 0.01 34.29 0.94 0.8
Hex FC D2 9A 0 11 27 1 22 5E 50
Octal 374 322 232 0 21 47 1 42 136 120
Binary 11111100 11010010 10011010 0 10001 100111 1 100010 1011110 1010000

Color Harmonies of #FCD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD29A

Black with #FCD29A

Text Example


Text Example

White with #FCD29A

Text Example


Text Example

HTML Codes & Css Web 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>