Html Css Color HEX #FCD395 Caramel

📋 copy color: '#FCD395'

red 252 ◦ green 211 ◦ blue 149

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

Shades of Caramel #FCD395

Tints of Caramel #FCD395

RGB

 RED value IS 252 (98.83% from 255) = 41.18%

 GREEN value IS 211 (82.81% from 255) = 34.48%

 BLUE value IS 149 (58.59% from 255) = 24.35%

R = 41.18%
G = 34.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD395 (or 0xFCD395) is known color: Caramel. HEX triplet: FC, D3 and 95. RGB value is (252,211,149). Sum of RGB (Red+Green+Blue) = 252+211+149=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD395 is #032C6A. Grayscale: #D8D8D8. Windows color (decimal): -207979 or 9819132. OLE color: 9819132.

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

Color convert

RGB 252 211 149 -
CMYK 0 0.16 0.41 0.01
HSL 36.12º 0.94% 0.79% -
HSV(B) 36.12º 0.41% 0.99% -
XYZ 68.86 69.45 38.21 -
YUV 216.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 252 211 149 0 0.16 0.41 0.01 36.12 0.94 0.79
Hex FC D3 95 0 10 29 1 24 5E 4F
Octal 374 323 225 0 20 51 1 44 136 117
Binary 11111100 11010011 10010101 0 10000 101001 1 100100 1011110 1001111

Color Harmonies of #FCD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD395

Black with #FCD395

Text Example


Text Example

White with #FCD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD395; }

 p { color: rgb(252,211,149); }

 H1.HeaderClassName
 {
   color: #FCD395;
 }
 .AnyTagClassName
 {
   color: #FCD395;
 }
</style>

background-color css

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

 a { background-color: rgb(252,211,149); }

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

border-color css

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

 span { border-color: rgb(252,211,149); }

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