Html Css Color HEX #FCD796 Caramel

📋 copy color: '#FCD796'

red 252 ◦ green 215 ◦ blue 150

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

Shades of Caramel #FCD796

Tints of Caramel #FCD796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.85%

 BLUE value IS 150 (58.98% from 255) = 24.31%

R = 40.84%
G = 34.85%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD796 (or 0xFCD796) is known color: Caramel. HEX triplet: FC, D7 and 96. RGB value is (252,215,150). Sum of RGB (Red+Green+Blue) = 252+215+150=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD796 is #032869. Grayscale: #DADADA. Windows color (decimal): -206954 or 9885692. OLE color: 9885692.

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

Color convert

RGB 252 215 150 -
CMYK 0 0.15 0.40 0.01
HSL 38.24º 0.94% 0.79% -
HSV(B) 38.24º 0.4% 0.99% -
XYZ 69.95 71.5 38.97 -
YUV 218.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 252 215 150 0 0.15 0.40 0.01 38.24 0.94 0.79
Hex FC D7 96 0 F 28 1 26 5E 4F
Octal 374 327 226 0 17 50 1 46 136 117
Binary 11111100 11010111 10010110 0 1111 101000 1 100110 1011110 1001111

Color Harmonies of #FCD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD796

Black with #FCD796

Text Example


Text Example

White with #FCD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD796; }

 p { color: rgb(252,215,150); }

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

background-color css

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

 a { background-color: rgb(252,215,150); }

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

border-color css

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

 span { border-color: rgb(252,215,150); }

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