Html Css Color HEX #FCD694 Caramel

📋 copy color: '#FCD694'

red 252 ◦ green 214 ◦ blue 148

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

Shades of Caramel #FCD694

Tints of Caramel #FCD694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

 BLUE value IS 148 (58.2% from 255) = 24.1%

R = 41.04%
G = 34.85%
B = 24.1%

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

#FCD694 (or 0xFCD694) is known color: Caramel. HEX triplet: FC, D6 and 94. RGB value is (252,214,148). Sum of RGB (Red+Green+Blue) = 252+214+148=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD694 is #03296B. Grayscale: #DADADA. Windows color (decimal): -207212 or 9754364. OLE color: 9754364.

HSL color Cylindrical-coordinate representation of color #FCD694: hue angle of 38.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD694 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 148 -
CMYK 0 0.15 0.41 0.01
HSL 38.08º 0.95% 0.78% -
HSV(B) 38.08º 0.41% 0.99% -
XYZ 69.54 70.93 38.04 -
YUV 217.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 252 214 148 0 0.15 0.41 0.01 38.08 0.95 0.78
Hex FC D6 94 0 F 29 1 26 5F 4E
Octal 374 326 224 0 17 51 1 46 137 116
Binary 11111100 11010110 10010100 0 1111 101001 1 100110 1011111 1001110

Color Harmonies of #FCD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD694

Black with #FCD694

Text Example


Text Example

White with #FCD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD694; }

 p { color: rgb(252,214,148); }

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

background-color css

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

 a { background-color: rgb(252,214,148); }

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

border-color css

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

 span { border-color: rgb(252,214,148); }

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