Html Css Color HEX #FCD197 Caramel

📋 copy color: '#FCD197'

red 252 ◦ green 209 ◦ blue 151

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

Shades of Caramel #FCD197

Tints of Caramel #FCD197

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.15%

 BLUE value IS 151 (59.38% from 255) = 24.67%

R = 41.18%
G = 34.15%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD197 (or 0xFCD197) is known color: Caramel. HEX triplet: FC, D1 and 97. RGB value is (252,209,151). Sum of RGB (Red+Green+Blue) = 252+209+151=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD197 is #032E68. Grayscale: #D7D7D7. Windows color (decimal): -208489 or 9949692. OLE color: 9949692.

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

Color convert

RGB 252 209 151 -
CMYK 0 0.17 0.40 0.01
HSL 34.46º 0.94% 0.79% -
HSV(B) 34.46º 0.4% 0.99% -
XYZ 68.53 68.53 38.89 -
YUV 215.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 252 209 151 0 0.17 0.40 0.01 34.46 0.94 0.79
Hex FC D1 97 0 11 28 1 22 5E 4F
Octal 374 321 227 0 21 50 1 42 136 117
Binary 11111100 11010001 10010111 0 10001 101000 1 100010 1011110 1001111

Color Harmonies of #FCD197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD197

Black with #FCD197

Text Example


Text Example

White with #FCD197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD197; }

 p { color: rgb(252,209,151); }

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

background-color css

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

 a { background-color: rgb(252,209,151); }

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

border-color css

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

 span { border-color: rgb(252,209,151); }

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