Html Css Color HEX #FCD595 Caramel

📋 copy color: '#FCD595'

red 252 ◦ green 213 ◦ blue 149

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

Shades of Caramel #FCD595

Tints of Caramel #FCD595

RGB

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

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

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

R = 41.04%
G = 34.69%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD595 (or 0xFCD595) is known color: Caramel. HEX triplet: FC, D5 and 95. RGB value is (252,213,149). Sum of RGB (Red+Green+Blue) = 252+213+149=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD595 is #032A6A. Grayscale: #D9D9D9. Windows color (decimal): -207467 or 9819644. OLE color: 9819644.

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

Color convert

RGB 252 213 149 -
CMYK 0 0.15 0.41 0.01
HSL 37.28º 0.94% 0.79% -
HSV(B) 37.28º 0.41% 0.99% -
XYZ 69.36 70.45 38.38 -
YUV 217.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 252 213 149 0 0.15 0.41 0.01 37.28 0.94 0.79
Hex FC D5 95 0 F 29 1 25 5E 4F
Octal 374 325 225 0 17 51 1 45 136 117
Binary 11111100 11010101 10010101 0 1111 101001 1 100101 1011110 1001111

Color Harmonies of #FCD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD595

Black with #FCD595

Text Example


Text Example

White with #FCD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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