Html Css Color HEX #FCD195 Caramel

📋 copy color: '#FCD195'

red 252 ◦ green 209 ◦ blue 149

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

Shades of Caramel #FCD195

Tints of Caramel #FCD195

RGB

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

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

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

R = 41.31%
G = 34.26%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD195 (or 0xFCD195) is known color: Caramel. HEX triplet: FC, D1 and 95. RGB value is (252,209,149). Sum of RGB (Red+Green+Blue) = 252+209+149=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD195 is #032E6A. Grayscale: #D7D7D7. Windows color (decimal): -208491 or 9818620. OLE color: 9818620.

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

Color convert

RGB 252 209 149 -
CMYK 0 0.17 0.41 0.01
HSL 34.95º 0.94% 0.79% -
HSV(B) 34.95º 0.41% 0.99% -
XYZ 68.37 68.47 38.05 -
YUV 215.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 252 209 149 0 0.17 0.41 0.01 34.95 0.94 0.79
Hex FC D1 95 0 11 29 1 23 5E 4F
Octal 374 321 225 0 21 51 1 43 136 117
Binary 11111100 11010001 10010101 0 10001 101001 1 100011 1011110 1001111

Color Harmonies of #FCD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD195

Black with #FCD195

Text Example


Text Example

White with #FCD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD195; }

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

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

background-color css

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

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

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

border-color css

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

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

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