Html Css Color HEX #FCD596 Caramel

📋 copy color: '#FCD596'

red 252 ◦ green 213 ◦ blue 150

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

Shades of Caramel #FCD596

Tints of Caramel #FCD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.63%

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

R = 40.98%
G = 34.63%
B = 24.39%

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

#FCD596 (or 0xFCD596) is known color: Caramel. HEX triplet: FC, D5 and 96. RGB value is (252,213,150). Sum of RGB (Red+Green+Blue) = 252+213+150=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD596 is #032A69. Grayscale: #D9D9D9. Windows color (decimal): -207466 or 9885180. OLE color: 9885180.

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

Color convert

RGB 252 213 150 -
CMYK 0 0.15 0.40 0.01
HSL 37.06º 0.94% 0.79% -
HSV(B) 37.06º 0.4% 0.99% -
XYZ 69.44 70.49 38.8 -
YUV 217.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 252 213 150 0 0.15 0.40 0.01 37.06 0.94 0.79
Hex FC D5 96 0 F 28 1 25 5E 4F
Octal 374 325 226 0 17 50 1 45 136 117
Binary 11111100 11010101 10010110 0 1111 101000 1 100101 1011110 1001111

Color Harmonies of #FCD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD596

Black with #FCD596

Text Example


Text Example

White with #FCD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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